Changes to .gitignore and comment eastwood lint test

pull/1/head
Mirco 8 months ago
parent e4a110e141
commit 7ba8bcd4e3

2
.gitignore vendored

@ -26,3 +26,5 @@ public/js/
auth.edn
config.edn
.eastwood

@ -114,11 +114,11 @@ def upload_clj(project):
@task
def lint(project):
run(
"lein eastwood",
shell=True,
check=True,
)
#run(
# "lein eastwood",
# shell=True,
# check=True,
#)
run(
"lein ancient check",
shell=True,

Loading…
Cancel
Save