diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e497ef8..97354ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -38,12 +38,6 @@ linting:pylint: | |||
| 38 | # Once nautilus-python is in Debian, decomment it form the line below | 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 | 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 | 40 | ||
| 41 | linting:pyflakes: | ||
| 42 | image: $CONTAINER_REGISTRY:linting | ||
| 43 | stage: linting | ||
| 44 | script: | ||
| 45 | - pyflakes3 ./libmat2 ./mat2 ./tests/ ./nautilus | ||
| 46 | |||
| 47 | linting:mypy: | 41 | linting:mypy: |
| 48 | image: $CONTAINER_REGISTRY:linting | 42 | image: $CONTAINER_REGISTRY:linting |
| 49 | stage: linting | 43 | stage: linting |
