File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
16
16
| 0.44.0| 1.2.0|
17
17
| 0.45.0| 1.3.0|
18
18
| 0.45.1| 1.4.0|
19
- | 0.46.0-0.46.5| Latest|
19
+ | 0.46.0-0.46.5| 1.5.0|
20
+ | 0.47.0| Latest|
20
21
21
22
## Usage
22
23
23
24
Using a remote reference, your ` .swiftlint.yml ` could look like this:
24
25
25
26
``` yaml
26
- parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.5 .0/uhooi-base-swiftlint-config.yml
27
+ parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.6 .0/uhooi-base-swiftlint-config.yml
27
28
` ` `
28
29
29
30
See the SwiftLint documentation for more details.
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ disabled_rules:
39
39
# - legacy_constructor
40
40
# - legacy_hashing
41
41
# - legacy_nsgeometry_functions
42
+ # - legacy_random
42
43
# - line_length
43
44
# - mark
44
45
# - multiple_closures_with_trailing_closure
@@ -138,7 +139,6 @@ opt_in_rules:
138
139
- joined_default_parameter
139
140
- last_where
140
141
- legacy_multiple
141
- - legacy_random
142
142
# - let_var_whitespace # 空白行を設けたくないこともあるため
143
143
- literal_expression_end_indentation
144
144
- lower_acl_than_parent
You can’t perform that action at this time.
0 commit comments