-
Notifications
You must be signed in to change notification settings - Fork 43
/
.swiftlint.autocorrect.yml
40 lines (38 loc) · 1.02 KB
/
.swiftlint.autocorrect.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
excluded:
- appdb/*.lproj
- appdb/Other
- appdb/Resources/AlamofireObjectMapper
- appdb/Resources/Atributika
- appdb/Resources/DynamicFontSizeHelper
- appdb/Resources/Ferrara
- appdb/Resources/ILTranslucentView
- appdb/Resources/LNZSnapToCenterCollectionViewLayout
- appdb/Resources/SHA1
- appdb/Resources/Storage
- appdb/Resources/SwiftPullToRefresh
- appdb/Resources/TagView
- appdb/Resources/UIDeviceExtension
- appdb/Resources/WaterfallLayout
- appdb/Resources/Static
- appdb/Resources/SwiftTheme
- appdb/Resources/Cartography
whitelist_rules:
- trailing_newline
- colon
- statement_position
- opening_brace
- legacy_constructor
- mark
- vertical_whitespace
- redundant_void_return
- void_return
- redundant_optional_initialization
- trailing_whitespace
- operator_usage_whitespace
- redundant_nil_coalescing
- redundant_type_annotation
- vertical_whitespace_closing_braces
- unused_import
- unneeded_parentheses_in_closure_argument
- implicit_return
reporter: "xcode"