Adding complexity check to flake8 call
This commit is contained in:
parent
209f2fd777
commit
440e3b6f38
@ -7,7 +7,7 @@ install:
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: flake8 --exclude=jedi --select=F,C9 python && ./install.sh
|
||||
script: flake8 --exclude=jedi --select=F,C9 --max-complexity=10 python && ./install.sh
|
||||
env:
|
||||
- YCM_TESTRUN=1 EXTRA_CMAKE_ARGS=""
|
||||
- YCM_TESTRUN=1 EXTRA_CMAKE_ARGS="-DUSE_CLANG_COMPLETER=ON"
|
||||
|
Loading…
x
Reference in New Issue
Block a user