diff --git a/.gitignore b/.gitignore index ab17090..4c7b41d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ public/js/ auth.edn config.edn + +.eastwood diff --git a/build.py b/build.py index 06e1bb9..fb2b9dd 100644 --- a/build.py +++ b/build.py @@ -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,