Skip to content

Commit 05d1e97

Browse files
authored
Merge pull request #9 from uhooi/feature/0.47.0
Feature/0.47.0
2 parents b0dd1a5 + 8ee3de4 commit 05d1e97

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
1616
|0.44.0|1.2.0|
1717
|0.45.0|1.3.0|
1818
|0.45.1|1.4.0|
19-
|0.46.0-0.46.5|Latest|
19+
|0.46.0-0.46.5|1.5.0|
20+
|0.47.0|Latest|
2021

2122
## Usage
2223

2324
Using a remote reference, your `.swiftlint.yml` could look like this:
2425

2526
```yaml
26-
parent_config: https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.5.0/uhooi-base-swiftlint-config.yml
27+
parent_config: https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.6.0/uhooi-base-swiftlint-config.yml
2728
```
2829
2930
See the SwiftLint documentation for more details.

uhooi-base-swiftlint-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ disabled_rules:
3939
#- legacy_constructor
4040
#- legacy_hashing
4141
#- legacy_nsgeometry_functions
42+
#- legacy_random
4243
#- line_length
4344
#- mark
4445
#- multiple_closures_with_trailing_closure
@@ -138,7 +139,6 @@ opt_in_rules:
138139
- joined_default_parameter
139140
- last_where
140141
- legacy_multiple
141-
- legacy_random
142142
#- let_var_whitespace # 空白行を設けたくないこともあるため
143143
- literal_expression_end_indentation
144144
- lower_acl_than_parent

0 commit comments

Comments
 (0)