Skip to content

Commit 87dd9f6

Browse files
authored
Preserve swiftinterface files (#2424)
1 parent ac9e5f2 commit 87dd9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
rev: v3.2.0
66
hooks:
77
- id: trailing-whitespace
8-
exclude: LICENSE.md
8+
exclude: ^(LICENSE.md|.*\.swiftinterface)$
99
- id: end-of-file-fixer
1010
exclude: ".*.list"
1111
- id: check-yaml

0 commit comments

Comments
 (0)