-
Notifications
You must be signed in to change notification settings - Fork 234
/
.swiftlint.yml
executable file
·64 lines (63 loc) · 1.82 KB
/
.swiftlint.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
excluded:
- .build/
- build/
- MixpanelDemo
- Sources/SelectorEvaluator.swift
- Sources/CodelessBinding.swift
- Sources/TweakViewData.swift
- Sources/WebSocketWrapper.swift
- Sources/TakeoverNotificationViewController.swift
- Sources/ObjectSelector.swift
- Sources/SnapshotMessage.swift
- Sources/InAppNotification.swift
- Sources/DecideRequest.swift
- Sources/UIControlBinding.swift
- Sources/InAppNotifications.swift
- Sources/WebSocket.swift
- Sources/ObjectFilter.swift
- Sources/SSLSecurity.swift
- Sources/NSAttributedStringToNSDictionary.swift
- Sources/MixpanelNotificationServiceExtension.swift
- Sources/ObjectSerializer.swift
- Sources/PushNotifications.swift
- Sources/ObjectSerializerConfig.swift
- Sources/TweakPersistency.swift
- Sources/MD5.swift
- Sources/BaseWebSocketMessage.swift
- Sources/BaseNotificationViewController.swift
- Sources/ObjectIdentityProvider.swift
- Sources/UITableViewBinding.swift
- Sources/UIViewSelectors.swift
- Sources/MiniNotification.swift
- Sources/VariantAction.swift
- Sources/DisplayTrigger.swift
- Sources/MiniNotificationViewController.swift
- Sources/SHA256.swift
- Sources/TakeoverNotification.swift
- Sources/UIColorToNSString.swift
- Sources/TweakStore.swift
- Sources/Swizzle.swift
- Sources/UIImageToNSDictionary.swift
- Sources/Tweak.swift
- Sources/DeviceInfoMessage.swift
- Sources/ApplicationStateSerializer.swift
line_length: 140
file_length: 1500
type_body_length: 500
function_parameter_count: 7
opt_in_rules:
- empty_count
- empty_string
- unused_private_declaration
disabled_rules:
- cyclomatic_complexity
- large_tuple
- conditional_binding_cascade
- force_cast
- force_try
- function_body_length
- todo
- type_body_length
- variable_name
- trailing_whitespace
- unused_optional_binding