-
Notifications
You must be signed in to change notification settings - Fork 3
/
Makefile
19 lines (17 loc) · 991 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test:
pylint tap_circle_ci -d broad-except,chained-comparison,empty-docstring,\
fixme,invalid-name,line-too-long,missing-class-docstring,\
missing-function-docstring,missing-module-docstring,no-else-raise,\
no-else-return,too-few-public-methods,too-many-arguments,\
too-many-branches,too-many-lines,too-many-locals,ungrouped-imports,\
wrong-spelling-in-comment,wrong-spelling-in-docstring
test_alpha:
pylint tap_circle_ci -d broad-except,chained-comparison,empty-docstring,\
fixme,invalid-name,line-too-long,missing-class-docstring,\
missing-function-docstring,missing-module-docstring,no-else-raise,\
no-else-return,too-few-public-methods,too-many-arguments,\
too-many-branches,too-many-lines,too-many-locals,ungrouped-imports,\
wrong-spelling-in-comment,wrong-spelling-in-docstring,\
unnecessary-comprehension,too-many-nested-blocks,redefined-builtin,\
bad-whitespace,dangerous-default-value,bad-continuation,unused-variable,\
logging-format-interpolation,unused-argument