Skip to content

Commit c2e5064

Browse files
authored
Merge pull request #16 from uhooi/feature/0.50.3
Feature/0.50.3
2 parents 435064e + 1b7dc14 commit c2e5064

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
2323
|0.49.0|1.9.0|
2424
|0.49.1|1.10.0|
2525
|0.50.0|1.11.0|
26-
|0.50.1|Latest|
26+
|0.50.1, 0.50.3|Latest|
2727

2828
## Usage
2929

3030
Using a remote reference, your `.swiftlint.yml` could look like this:
3131

3232
```yaml
33-
parent_config: https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.12.0/uhooi-base-swiftlint-config.yml
33+
parent_config: https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.13.0/uhooi-base-swiftlint-config.yml
3434
```
3535
3636
See the SwiftLint documentation for more details.

uhooi-base-swiftlint-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ opt_in_rules:
149149
- literal_expression_end_indentation
150150
- local_doc_comment
151151
- lower_acl_than_parent
152-
- missing_docs
152+
#- missing_docs # マルチモジュールのpublicなAPIすべてにドキュメンテーションコメントを書きたくないため
153153
- modifier_order
154154
#- multiline_arguments # 引数は同じ行に2つ入れたいこともあるため
155155
#- multiline_arguments_brackets # 括弧で行を増やしたくないため
@@ -160,6 +160,7 @@ opt_in_rules:
160160
- nimble_operator
161161
#- no_extension_access_modifier # エクステンションにACLを設定したいことがあるため
162162
#- no_grouping_extension # エクステンションでグルーピングしたいことがあるため
163+
#- no_magic_numbers # マジックナンバーを使いたいときもあるため
163164
#- non_private_xctest_member # TODO: 未リリースのため
164165
- nslocalizedstring_key
165166
- nslocalizedstring_require_bundle

0 commit comments

Comments
 (0)