diff options
| author | jvoisin | 2020-11-30 18:53:25 +0100 |
|---|---|---|
| committer | jvoisin | 2020-11-30 18:53:25 +0100 |
| commit | 7ce2b5121b206f03feb7193bfc56fed00ed8aace (patch) | |
| tree | 5b21d042be36517d1f18d7932030cc5f77df5562 /.gitlab-ci.yml | |
| parent | a517f8d36eda737265f2386cfe926807111d6000 (diff) | |
Please pylint
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a263d1b..d84db7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -31,9 +31,9 @@ linting:pylint: | |||
| 31 | image: $CONTAINER_REGISTRY:linting | 31 | image: $CONTAINER_REGISTRY:linting |
| 32 | stage: linting | 32 | stage: linting |
| 33 | script: | 33 | script: |
| 34 | - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from --extension-pkg-whitelist=cairo,gi ./libmat2 ./mat2 | 34 | - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from,unsubscriptable-object --extension-pkg-whitelist=cairo,gi ./libmat2 ./mat2 |
| 35 | # Once nautilus-python is in Debian, decomment it form the line below | 35 | # Once nautilus-python is in Debian, decomment it form the line below |
| 36 | - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from --extension-pkg-whitelist=Nautilus,GObject,Gtk,Gio,GLib,gi ./nautilus/mat2.py | 36 | - pylint --disable=no-else-return,no-else-raise,no-else-continue,unnecessary-comprehension,raise-missing-from,unsubscriptable-object --extension-pkg-whitelist=Nautilus,GObject,Gtk,Gio,GLib,gi ./nautilus/mat2.py |
| 37 | 37 | ||
| 38 | linting:pyflakes: | 38 | linting:pyflakes: |
| 39 | image: $CONTAINER_REGISTRY:linting | 39 | image: $CONTAINER_REGISTRY:linting |
