diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a849ba8..cb3288d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,9 @@ variables: FLATPAK_MODULE: "cassette" stages: - - lint-vala - - lint-blp - - lint-checkers + # - lint-vala + # - lint-blp + # - lint-checkers - test-mr - build-aarch64 - build-x86_64 diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f72ddf2..ae0d39c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -24,7 +24,7 @@ { "label": "Full check", "type": "shell", - "command": "io.elementary.vala-lint -d . -c vala-lint.conf && python3 ${workspaceFolder}/vala-checkers/empty_lines_checker.py . && python3 ${workspaceFolder}/vala-checkers/indentation_checker.py .", + "command": "echo 'Linter:' && io.elementary.vala-lint -d . -c vala-lint.conf && echo 'Empty lines:' && python3 ${workspaceFolder}/vala-checkers/empty_lines_checker.py . && echo 'Indentation:' && python3 ${workspaceFolder}/vala-checkers/indentation_checker.py .", "problemMatcher": [] }, { diff --git a/vala-lint.conf b/vala-lint.conf index c0c5319..c8abba3 100644 --- a/vala-lint.conf +++ b/vala-lint.conf @@ -24,4 +24,4 @@ ignore-comments=false exceptions=UUID [note] -keywords=TODO,FIXME \ No newline at end of file +keywords=TODO,FIXME