mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Improve URL handling
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
parent_config: https://raw.githubusercontent.com/sindresorhus/swiftlint-config/main/.swiftlint.yml
|
||||
|
||||
disabled_rules:
|
||||
- conditional_returns_on_newline
|
||||
- identifier_name
|
||||
- opening_brace
|
||||
- number_separator
|
||||
- multiline_arguments
|
||||
opt_in_rules:
|
||||
- conditional_returns_on_newline
|
||||
- implicit_return
|
||||
excluded:
|
||||
- Vendor
|
||||
@@ -14,9 +14,6 @@ excluded:
|
||||
- Tests iOS
|
||||
- Tests macOS
|
||||
|
||||
conditional_returns_on_newline:
|
||||
if_only: true
|
||||
|
||||
implicit_return:
|
||||
included:
|
||||
- function
|
||||
|
Reference in New Issue
Block a user