Skip to content

Commit

Permalink
Update .swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wevah committed Jul 13, 2022
1 parent 1f18874 commit 87e1c46
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
disabled_rules:
- switch_case_alignment
- nesting

switch_case_alignment:
indented_cases: true

# Some code has been manually converted from the RFC and uses single-character identifiers.
identifier_name:
min_length: 1

0 comments on commit 87e1c46

Please sign in to comment.