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
|
auth.edn
|
||||||
config.edn
|
config.edn
|
||||||
|
|
||||||
|
.eastwood
|
||||||
|
|
10
build.py
10
build.py
|
@ -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…
Reference in a new issue