Skip to content

Commit 435064e

Browse files
authored
Merge pull request #15 from uhooi/feature/0.50.1
Feature/0.50.1
2 parents 23b1811 + 6731518 commit 435064e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
2222
|0.48.0|1.8.0|
2323
|0.49.0|1.9.0|
2424
|0.49.1|1.10.0|
25-
|0.50.0|Latest|
25+
|0.50.0|1.11.0|
26+
|0.50.1|Latest|
2627

2728
## Usage
2829

2930
Using a remote reference, your `.swiftlint.yml` could look like this:
3031

3132
```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
3334
```
3435
3536
See the SwiftLint documentation for more details.

uhooi-base-swiftlint-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ opt_in_rules:
147147
- legacy_multiple
148148
#- let_var_whitespace # 空白行を設けたくないこともあるため
149149
- literal_expression_end_indentation
150+
- local_doc_comment
150151
- lower_acl_than_parent
151152
- missing_docs
152153
- modifier_order

0 commit comments

Comments
 (0)