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"
stages:
- lint-vala
- lint-blp
- lint-checkers
# - lint-vala
# - lint-blp
# - lint-checkers
- test-mr
- build-aarch64
- build-x86_64

2
.vscode/tasks.json vendored
View file

@ -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": []
},
{