mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-28 17:48:39 +00:00
Include these when linting
This commit is contained in:
parent
7598b89960
commit
ef3ed8c1dc
@ -11,7 +11,7 @@ pre-commit:
|
|||||||
run: |
|
run: |
|
||||||
clang-format -i {staged_files} \
|
clang-format -i {staged_files} \
|
||||||
&& git add {staged_files}
|
&& git add {staged_files}
|
||||||
glob: '*.{c,cc,cxx,h,cpp}'
|
glob: '*.{c,cc,cxx,h,hh,cpp}'
|
||||||
misc-linter:
|
misc-linter:
|
||||||
run: |
|
run: |
|
||||||
npx -y prettier --write {staged_files} \
|
npx -y prettier --write {staged_files} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user