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 @@ -22,14 +22,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
22
22
| 0.48.0| 1.8.0|
23
23
| 0.49.0| 1.9.0|
24
24
| 0.49.1| 1.10.0|
25
- | 0.50.0| Latest|
25
+ | 0.50.0| 1.11.0|
26
+ | 0.50.1| Latest|
26
27
27
28
## Usage
28
29
29
30
Using a remote reference, your ` .swiftlint.yml ` could look like this:
30
31
31
32
``` yaml
32
- parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.11 .0/uhooi-base-swiftlint-config.yml
33
+ parent_config : https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.12 .0/uhooi-base-swiftlint-config.yml
33
34
` ` `
34
35
35
36
See the SwiftLint documentation for more details.
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ opt_in_rules:
147
147
- legacy_multiple
148
148
# - let_var_whitespace # 空白行を設けたくないこともあるため
149
149
- literal_expression_end_indentation
150
+ - local_doc_comment
150
151
- lower_acl_than_parent
151
152
- missing_docs
152
153
- modifier_order
You can’t perform that action at this time.
0 commit comments