mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-22 18:18:00 +00:00
Exclude docs/ only for prettier pre-commit hook
Applying the the built-in hooks to docs/ seems to be fine.
This commit is contained in:
parent
9b327f6b56
commit
9c33cbfdc8
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# See: https://prek.j178.dev/quickstart/
|
||||
# See: https://prek.j178.dev/builtin/
|
||||
|
||||
# Global exclusions - ignore docs and generated code
|
||||
exclude: ^(docs/|gen/)
|
||||
# Global exclusions - ignore generated code
|
||||
exclude: ^gen/
|
||||
|
||||
repos:
|
||||
# Built-in hooks from pre-commit/pre-commit-hooks
|
||||
|
|
@ -42,6 +42,7 @@ repos:
|
|||
name: prettier
|
||||
entry: prettier --write --list-different
|
||||
language: system
|
||||
exclude: ^docs/
|
||||
types_or:
|
||||
[
|
||||
javascript,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue