Add `todo` to `disabled_rules` in .swiftlint.yml

This commit is contained in:
Max Desiatov 2020-06-30 17:30:44 +01:00 committed by GitHub
parent 98a107f7fe
commit bc8196e9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ disabled_rules:
- cyclomatic_complexity
- multiple_closures_with_trailing_closure
- type_name
- todo
line_length: 100