Skip to content

Commit

Permalink
No errors on ASITVD
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 24, 2019
1 parent 26104af commit 62d629d
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spell: .build/python-venv.timestamp
-or -name '__pycache__' -prune -or -name 'build' -prune \
-or \( -type f -and -not -name '*.png' -and -not -name '*.mo' -and -not -name '*.po*' -and -not -name '*_translation' \
-and -not -name 'themescapabilities.js' -and -not -name 'themes.js' -and -not -name 'prettify.js' \
-and -not -name 'package-lock.json' \) -print)
-and -not -name 'package-lock.json' -and -not -name 'asitvd.capabilities.xml' \) -print)

.PHONY: eslint
eslint: .build/eslint.timestamp
Expand Down

0 comments on commit 62d629d

Please sign in to comment.