ci: comment broken

This commit is contained in:
Vladimir Vaskov 2024-10-02 13:19:45 +03:00
parent edb9442cb2
commit cecf7b2ec5
No known key found for this signature in database
GPG key ID: CECAF75A5D478132
3 changed files with 5 additions and 5 deletions

View file

@ -14,9 +14,9 @@ variables:
FLATPAK_MODULE: "cassette" FLATPAK_MODULE: "cassette"
stages: stages:
- lint-vala # - lint-vala
- lint-blp # - lint-blp
- lint-checkers # - lint-checkers
- test-mr - test-mr
- build-aarch64 - build-aarch64
- build-x86_64 - build-x86_64

2
.vscode/tasks.json vendored
View file

@ -24,7 +24,7 @@
{ {
"label": "Full check", "label": "Full check",
"type": "shell", "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": [] "problemMatcher": []
}, },
{ {

View file

@ -24,4 +24,4 @@ ignore-comments=false
exceptions=UUID exceptions=UUID
[note] [note]
keywords=TODO,FIXME keywords=TODO,FIXME