We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.build
1 parent 70b798c commit 61a40e1Copy full SHA for 61a40e1
1 file changed
.swiftlint.yml
@@ -3,6 +3,9 @@ swiftlint_version: 0.54.0
3
parent_config: https://raw.githubusercontent.com/Automattic/swiftlint-config/0f8ab6388bd8d15a04391825ab125f80cfb90704/.swiftlint.yml
4
remote_timeout: 10.0
5
6
+excluded:
7
+ .build # `swift build` etc. output folder
8
+
9
opt_in_rules:
10
- overridden_super_call
11
- discarded_notification_center_observer
0 commit comments