Changes to .gitignore and comment eastwood lint test

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

2
.gitignore vendored

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

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

Loading…
Cancel
Save