diff options
| author | jvoisin | 2018-06-04 20:46:22 +0200 |
|---|---|---|
| committer | jvoisin | 2018-06-04 20:46:22 +0200 |
| commit | e71eff481401811a543b15860e0b20de1d5c49dc (patch) | |
| tree | 16f1996f7c031c6d7a735dd1fb8d75a32fc46253 | |
| parent | d1392de6f526cd4ff9fb27759343df861d17a2d4 (diff) | |
Make bandit happier too.
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37f3b01..264b710 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -9,7 +9,7 @@ bandit: | |||
| 9 | script: | 9 | script: |
| 10 | - apt-get -qqy update | 10 | - apt-get -qqy update |
| 11 | - apt-get -qqy install --no-install-recommends python3-bandit | 11 | - apt-get -qqy install --no-install-recommends python3-bandit |
| 12 | - bandit -r ./libmat2 --format txt --skip B404,B603 | 12 | - bandit -r ./libmat2 --format txt --skip B101,B404,B603 |
| 13 | 13 | ||
| 14 | pyflakes: | 14 | pyflakes: |
| 15 | stage: linting | 15 | stage: linting |
