mirror of
https://gitlab.gnome.org/Rirusha/Cassette.git
synced 2025-06-28 12:49:52 +00:00
ci: comment broken
This commit is contained in:
parent
edb9442cb2
commit
cecf7b2ec5
3 changed files with 5 additions and 5 deletions
|
@ -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
2
.vscode/tasks.json
vendored
|
@ -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": []
|
||||
},
|
||||
{
|
||||
|
|
|
@ -24,4 +24,4 @@ ignore-comments=false
|
|||
exceptions=UUID
|
||||
|
||||
[note]
|
||||
keywords=TODO,FIXME
|
||||
keywords=TODO,FIXME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue