diff options
| author | jvoisin | 2022-12-05 20:31:12 +0100 |
|---|---|---|
| committer | jvoisin | 2022-12-05 20:31:12 +0100 |
| commit | 6479d869e4134e219f48cb68fc31061c5abbadb2 (patch) | |
| tree | b32b3495be6991226c89fd764007256bcb13d47e /.gitlab-ci.yml | |
| parent | 29057d6cdf10ce4aa245acf2b3cbb93ba822c646 (diff) | |
Remove the Nautilus extension
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97354ba..098e3cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -18,7 +18,6 @@ linting:bandit: | |||
| 18 | stage: linting | 18 | stage: linting |
| 19 | script: # TODO: remove B405 and B314 | 19 | script: # TODO: remove B405 and B314 |
| 20 | - bandit ./mat2 --format txt --skip B101 | 20 | - bandit ./mat2 --format txt --skip B101 |
| 21 | - bandit -r ./nautilus/ --format txt --skip B101 | ||
| 22 | - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314,B108,B311 | 21 | - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314,B108,B311 |
| 23 | 22 | ||
| 24 | linting:codespell: | 23 | linting:codespell: |
| @@ -35,14 +34,12 @@ linting:pylint: | |||
| 35 | stage: linting | 34 | stage: linting |
| 36 | script: | 35 | script: |
| 37 | - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from,unsubscriptable-object,use-dict-literal,unspecified-encoding,consider-using-f-string,use-list-literal,too-many-statements --extension-pkg-whitelist=cairo,gi ./libmat2 ./mat2 | 36 | - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from,unsubscriptable-object,use-dict-literal,unspecified-encoding,consider-using-f-string,use-list-literal,too-many-statements --extension-pkg-whitelist=cairo,gi ./libmat2 ./mat2 |
| 38 | # Once nautilus-python is in Debian, decomment it form the line below | ||
| 39 | - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from,unsubscriptable-object,use-list-literal --extension-pkg-whitelist=Nautilus,GObject,Gtk,Gio,GLib,gi ./nautilus/mat2.py | ||
| 40 | 37 | ||
| 41 | linting:mypy: | 38 | linting:mypy: |
| 42 | image: $CONTAINER_REGISTRY:linting | 39 | image: $CONTAINER_REGISTRY:linting |
| 43 | stage: linting | 40 | stage: linting |
| 44 | script: | 41 | script: |
| 45 | - mypy --ignore-missing-imports mat2 libmat2/*.py ./nautilus/mat2.py | 42 | - mypy --ignore-missing-imports mat2 libmat2/*.py |
| 46 | 43 | ||
| 47 | tests:archlinux: | 44 | tests:archlinux: |
| 48 | image: $CONTAINER_REGISTRY:archlinux | 45 | image: $CONTAINER_REGISTRY:archlinux |
