Skip to content

Commit b9c7b50

Browse files
committed
Update .swiftlint.yml
1 parent fa5bad1 commit b9c7b50

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.swiftlint.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#
66

77
disabled_rules:
8-
- variable_name_min_length
98
- line_length
109
- function_body_length
1110
- type_body_length
@@ -22,13 +21,12 @@ disabled_rules:
2221
opt_in_rules:
2322
- empty_count
2423

25-
#included:
26-
# - Sources
27-
# - Tests
24+
included:
25+
- Sources
26+
- Tests
2827

2928
excluded:
3029
- Carthage
3130
- Packages
32-
- Benchmark/Packages
3331

3432
reporter: "xcode" # reporter type (xcode, json, csv, checkstyle)

0 commit comments

Comments
 (0)