diff options
| author | jvoisin | 2020-03-08 12:17:56 +0100 |
|---|---|---|
| committer | jvoisin | 2020-03-08 14:06:27 +0100 |
| commit | d7a03d907baac73dd69c0ce77f3610e7d4bad5f4 (patch) | |
| tree | 1f4ac10ff3355a162047c08c3ec79ed04f1ecbc2 /.gitlab-ci.yml | |
| parent | a23dc001cd74866204c868ef1dbf7ef7ca99b5aa (diff) | |
Vastly improve ppt compatibility
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 4ad5c98..38cbe20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -16,7 +16,7 @@ linting:bandit: | |||
| 16 | script: # TODO: remove B405 and B314 | 16 | script: # TODO: remove B405 and B314 |
| 17 | - bandit ./mat2 --format txt --skip B101 | 17 | - bandit ./mat2 --format txt --skip B101 |
| 18 | - bandit -r ./nautilus/ --format txt --skip B101 | 18 | - bandit -r ./nautilus/ --format txt --skip B101 |
| 19 | - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314,B108 | 19 | - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314,B108,B311 |
| 20 | 20 | ||
| 21 | linting:codespell: | 21 | linting:codespell: |
| 22 | image: $CONTAINER_REGISTRY:linting | 22 | image: $CONTAINER_REGISTRY:linting |
