diff options
| author | jvoisin | 2018-07-25 01:44:02 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-25 22:48:05 +0200 |
| commit | b32ba9f736995b52c4cb18ebc6e8e8b90c45c120 (patch) | |
| tree | 2b6ed3148c55f585a775e939d8a7b9a338c07e31 /.gitlab-ci.yml | |
| parent | e9f28edf735d97106f60b9521991088e20f07c3a (diff) | |
Improve a bit nautilus' popup
Diffstat (limited to '.gitlab-ci.yml')
| -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 209a829..21cd8e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -10,7 +10,7 @@ bandit: | |||
| 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 ./mat2 --format txt | 12 | - bandit ./mat2 --format txt |
| 13 | - bandit -r ./nautilus/ --format txt | 13 | - bandit -r ./nautilus/ --format txt --skip B101 |
| 14 | - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314 | 14 | - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314 |
| 15 | 15 | ||
| 16 | pylint: | 16 | pylint: |
