1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-15 19:56:55 +00:00

Include these when linting

This commit is contained in:
Brenden Matthews 2024-04-28 11:20:40 -04:00
parent 7598b89960
commit ef3ed8c1dc

View File

@ -11,7 +11,7 @@ pre-commit:
run: |
clang-format -i {staged_files} \
&& git add {staged_files}
glob: '*.{c,cc,cxx,h,cpp}'
glob: '*.{c,cc,cxx,h,hh,cpp}'
misc-linter:
run: |
npx -y prettier --write {staged_files} \