Skip to content

Commit 121ae5d

Browse files
authored
Excluded the L10N folder from end-of-file-fixer check (#56)
1 parent d63bd04 commit 121ae5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ repos:
1010
- id: check-toml
1111
exclude: (^3rdparty)
1212
- id: end-of-file-fixer
13-
exclude: (^3rdparty|^js|^proto)
13+
exclude: (^3rdparty|^js|^proto|^l10n)
1414
- id: trailing-whitespace
15-
exclude: (^3rdparty|^js|^proto)
15+
exclude: (^3rdparty|^js|^proto|^l10n)
1616
- id: mixed-line-ending
1717
exclude: (^3rdparty|^js|^proto)
1818

0 commit comments

Comments
 (0)