File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
14
14
| 0.42.0| 1.0.0|
15
15
| 0.43.0-0.43.1| 1.1.0|
16
16
| 0.44.0| 1.2.0|
17
- | 0.45.0| Latest|
17
+ | 0.45.0| 1.3.0|
18
+ | 0.45.1| Latest|
18
19
19
20
## Usage
20
21
21
22
Using a remote reference, your ` .swiftlint.yml ` could look like this:
22
23
23
24
``` yaml
24
- parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.3 .0/uhooi-base-swiftlint-config.yml
25
+ parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.4 .0/uhooi-base-swiftlint-config.yml
25
26
` ` `
26
27
27
28
See the SwiftLint documentation for more details.
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ opt_in_rules:
165
165
- override_in_extension
166
166
- pattern_matching_keywords
167
167
# - prefer_nimble # Nimbleを使っていないため
168
+ - prefer_self_in_static_references
168
169
- prefer_self_type_over_type_of_self
169
170
- prefer_zero_over_explicit_init
170
171
# - prefixed_toplevel_constant # 定数のプリフィックスに `k` を付けたくないため
You can’t perform that action at this time.
0 commit comments