Changes to .gitignore and comment eastwood lint test
This commit is contained in:
parent
e4a110e141
commit
7ba8bcd4e3
2 changed files with 7 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -26,3 +26,5 @@ public/js/
|
|||
|
||||
auth.edn
|
||||
config.edn
|
||||
|
||||
.eastwood
|
||||
|
|
10
build.py
10
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,
|
||||
|
|
Loading…
Reference in a new issue