Skip to content

Commit

Permalink
added make target for linting, updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 30, 2018
1 parent 2f6dcf1 commit a9bf9a8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ update:
git submodule update --init --recursive
make build

lint:
pylint -E \
aw-core/aw_core/ \
aw-core/aw_datastore/ \
aw-core/aw_transform/ \
aw-core/aw_analysis/ \
aw-client/aw_client/ \
aw-server/aw_server/ \
aw-watcher-window/aw_watcher_window/ \
aw-watcher-afk/aw_watcher_afk/ \
aw-qt/aw_qt/

# Uninstall
# ---------
#
Expand Down
2 changes: 1 addition & 1 deletion aw-client
2 changes: 1 addition & 1 deletion aw-core
2 changes: 1 addition & 1 deletion aw-watcher-afk

0 comments on commit a9bf9a8

Please sign in to comment.