Skip to content

Commit

Permalink
Run cyclomatic complexity and maintainability index checkers on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Nov 15, 2018
1 parent cdb856a commit 70bb22b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cico_run_pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ prep() {
prep
./detect-common-errors.sh
./detect-dead-code.sh
./measure-cyclomatic-complexity.sh --fail-on-error
./measure-maintainability-index.sh --fail-on-error
./run-linter.sh

0 comments on commit 70bb22b

Please sign in to comment.