We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2def59e commit 34c0a19Copy full SHA for 34c0a19
2 files changed
.github/workflows/lint.yml
@@ -34,6 +34,6 @@ jobs:
34
env:
35
GIO_USE_VFS: local
36
run: |
37
- dbus-run-session -- io.elementary.vala-lint src/
+ dbus-run-session -- io.elementary.vala-lint src/ lib/
38
39
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
hooks:
4
- id: vala-lint
5
name: Vala-Lint
6
- entry: env LD_LIBRARY_PATH=/usr/local/lib64 GIO_USE_VFS=local dbus-run-session -- io.elementary.vala-lint -c vala-lint.conf --fix .
+ entry: env LD_LIBRARY_PATH=/usr/local/lib64 GIO_USE_VFS=local dbus-run-session -- io.elementary.vala-lint -c vala-lint.conf --fix src/ lib/
7
language: system
8
files: \.(vala|gs)$
9
0 commit comments