Skip to content

Commit

Permalink
Updated all CICO scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Sep 3, 2019
1 parent 934db20 commit 97d98d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cico_run_pydoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ check_python_version() {

prep
check_python_version
./check-docstyle.sh
./qa/check-docstyle.sh
10 changes: 5 additions & 5 deletions cico_run_pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rm -f env-toolkit

prep
check_python_version
./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
./qa/detect-common-errors.sh
./qa/detect-dead-code.sh
./qa/measure-cyclomatic-complexity.sh --fail-on-error
./qa/measure-maintainability-index.sh --fail-on-error
./qa/run-linter.sh
4 changes: 1 addition & 3 deletions cico_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ set -ex

. cico_setup.sh

./runtests.sh


./qa/runtests.sh

0 comments on commit 97d98d0

Please sign in to comment.