Skip to content

Commit 3c86ff3

Browse files
chore: Exclude git folder from linting (#5892)
Co-authored-by: Philipp Hofmann <[email protected]>
1 parent f2bfecd commit 3c86ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.swiftlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ excluded:
99
- Tests/Perf
1010
- SentryTestUtils/Dynamic/**
1111
- .build/**
12+
- .git/**
1213

1314
only_rules:
1415
- class_delegate_protocol

0 commit comments

Comments
 (0)