Skip to content

Commit

Permalink
ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Sep 18, 2019
1 parent 30b77d9 commit 24580ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ci_check_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

scan_code_script="cobra/cobra.py -f json -o /tmp/report.json -t "
ignore_files=(PerformanceOkDSync.java SM2Algorithm.java SM2KeyGenerator.java)
ignore_files=(PerformanceOkDSync.java SM2Algorithm.java SM2KeyGenerator.java test)

LOG_ERROR() {
content=${1}
Expand Down

0 comments on commit 24580ea

Please sign in to comment.