Skip to content

Commit a78b58a

Browse files
authored
Merge pull request #7 from uhooi/feature/0.45.1
Feature/0.45.1
2 parents 928b7f0 + 3656df5 commit a78b58a

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
@@ -14,14 +14,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
1414
|0.42.0|1.0.0|
1515
|0.43.0-0.43.1|1.1.0|
1616
|0.44.0|1.2.0|
17-
|0.45.0|Latest|
17+
|0.45.0|1.3.0|
18+
|0.45.1|Latest|
1819

1920
## Usage
2021

2122
Using a remote reference, your `.swiftlint.yml` could look like this:
2223

2324
```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
2526
```
2627
2728
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
@@ -165,6 +165,7 @@ opt_in_rules:
165165
- override_in_extension
166166
- pattern_matching_keywords
167167
#- prefer_nimble # Nimbleを使っていないため
168+
- prefer_self_in_static_references
168169
- prefer_self_type_over_type_of_self
169170
- prefer_zero_over_explicit_init
170171
#- prefixed_toplevel_constant # 定数のプリフィックスに `k` を付けたくないため

0 commit comments

Comments
 (0)