Skip to content

Commit

Permalink
linter update
Browse files Browse the repository at this point in the history
  • Loading branch information
jszersze committed Jun 7, 2024
1 parent 490155f commit 6f14f12
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ excluded:
disabled_rules:
- cyclomatic_complexity
- todo
- force_cast

identifier_name:
min_length: 1

line_length:
warning: 200
error: 250
ignores_function_declarations: true
ignores_comments: true
ignores_urls: true

0 comments on commit 6f14f12

Please sign in to comment.