File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ Here's a reference of which SwiftLint-Config version to use for a given SwiftLin
23
23
| 0.49.0| 1.9.0|
24
24
| 0.49.1| 1.10.0|
25
25
| 0.50.0| 1.11.0|
26
- | 0.50.1| Latest|
26
+ | 0.50.1, 0.50.3 | Latest|
27
27
28
28
## Usage
29
29
30
30
Using a remote reference, your ` .swiftlint.yml ` could look like this:
31
31
32
32
``` 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
34
34
` ` `
35
35
36
36
See the SwiftLint documentation for more details.
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ opt_in_rules:
149
149
- literal_expression_end_indentation
150
150
- local_doc_comment
151
151
- lower_acl_than_parent
152
- - missing_docs
152
+ # - missing_docs # マルチモジュールのpublicなAPIすべてにドキュメンテーションコメントを書きたくないため
153
153
- modifier_order
154
154
# - multiline_arguments # 引数は同じ行に2つ入れたいこともあるため
155
155
# - multiline_arguments_brackets # 括弧で行を増やしたくないため
@@ -160,6 +160,7 @@ opt_in_rules:
160
160
- nimble_operator
161
161
# - no_extension_access_modifier # エクステンションにACLを設定したいことがあるため
162
162
# - no_grouping_extension # エクステンションでグルーピングしたいことがあるため
163
+ # - no_magic_numbers # マジックナンバーを使いたいときもあるため
163
164
# - non_private_xctest_member # TODO: 未リリースのため
164
165
- nslocalizedstring_key
165
166
- nslocalizedstring_require_bundle
You can’t perform that action at this time.
0 commit comments