Skip to content

Commit 055de94

Browse files
authored
Merge pull request #2 from supabase/dhamova/feature/add-swiftlint
Create .swiftlint.yml
2 parents 307023d + f202eb8 commit 055de94

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.swiftlint.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
excluded: # paths to ignore during linting. Takes precedence over `included`.
2+
- Carthage
3+
- Pods
4+
- fastlane
5+
- vendor
6+
type_name:
7+
min_length: 2 # only warning
8+
identifier_name:
9+
min_length: 2
10+
line_length: 150
11+
opt_in_rules:
12+
sorted_imports
13+
disabled_rules:
14+
- redundant_optional_initialization
15+
- cyclomatic_complexity
16+
- vertical_parameter_alignment

0 commit comments

Comments
 (0)