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 @@ -20,14 +20,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
20
20
| 0.47.0| 1.6.0|
21
21
| 0.47.1| 1.7.0|
22
22
| 0.48.0| 1.8.0|
23
- | 0.49.0| Latest|
23
+ | 0.49.0| 1.9.0|
24
+ | 0.49.1| Latest|
24
25
25
26
## Usage
26
27
27
28
Using a remote reference, your ` .swiftlint.yml ` could look like this:
28
29
29
30
``` yaml
30
- parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.9 .0/uhooi-base-swiftlint-config.yml
31
+ parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.10 .0/uhooi-base-swiftlint-config.yml
31
32
` ` `
32
33
33
34
See the SwiftLint documentation for more details.
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ opt_in_rules:
188
188
# - required_deinit # できる限りデイニシャライザを省略したいため
189
189
- required_enum_case
190
190
- return_value_from_void_function
191
+ - self_binding
191
192
- single_test_class
192
193
- sorted_first_last
193
194
# - sorted_imports # インポート文をアルファベット順以外に並び替えたいこともあるため
You can’t perform that action at this time.
0 commit comments