Improve URL handling

This commit is contained in:
Arkadiusz Fal
2022-06-25 00:48:57 +02:00
parent 3e15e586e3
commit 33b76edd05
26 changed files with 616 additions and 216 deletions

View File

@@ -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