Skip to content

Commit 10c8cdc

Browse files
authored
Merge pull request #13 from uhooi/feature/0.49.1
Feature/0.49.1
2 parents e19866d + 7b44b5a commit 10c8cdc

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
@@ -20,14 +20,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
2020
|0.47.0|1.6.0|
2121
|0.47.1|1.7.0|
2222
|0.48.0|1.8.0|
23-
|0.49.0|Latest|
23+
|0.49.0|1.9.0|
24+
|0.49.1|Latest|
2425

2526
## Usage
2627

2728
Using a remote reference, your `.swiftlint.yml` could look like this:
2829

2930
```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
3132
```
3233
3334
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
@@ -188,6 +188,7 @@ opt_in_rules:
188188
#- required_deinit # できる限りデイニシャライザを省略したいため
189189
- required_enum_case
190190
- return_value_from_void_function
191+
- self_binding
191192
- single_test_class
192193
- sorted_first_last
193194
#- sorted_imports # インポート文をアルファベット順以外に並び替えたいこともあるため

0 commit comments

Comments
 (0)