remove dir-locals. make clonedigger always exit 0
This commit is contained in:
parent
de31fc33f6
commit
159925ff08
|
@ -1 +0,0 @@
|
||||||
((nil . ((pytest-global-name . "source secrets.sh && tox -e py27,py34 --"))))
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -58,3 +58,5 @@ docs/_build/
|
||||||
test_pylast.yaml
|
test_pylast.yaml
|
||||||
lastfm.txt.pkl
|
lastfm.txt.pkl
|
||||||
secrets.sh
|
secrets.sh
|
||||||
|
|
||||||
|
.dir-locals.el
|
|
@ -1,3 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
clonedigger pylast
|
clonedigger pylast
|
||||||
! grep -E "Clones detected\|lines are duplicates" output.html
|
grep -E "Clones detected\|lines are duplicates" output.html
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue