ci(pre-commit): exclude file templates from formatting
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
fc6f3c54a8
commit
123048530c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ repos:
|
||||||
- args:
|
- args:
|
||||||
- --autofix
|
- --autofix
|
||||||
files: \.kt$
|
files: \.kt$
|
||||||
|
exclude: ^\.idea/fileTemplates/.*\.kt$
|
||||||
id: pretty-format-kotlin
|
id: pretty-format-kotlin
|
||||||
repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
||||||
rev: v2.12.0
|
rev: v2.12.0
|
||||||
|
|
Loading…
Reference in a new issue