Skip to content

Commit

Permalink
Add swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Dec 12, 2023
1 parent d33f35f commit 722bc56
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
disabled_rules:
- todo
- trailing_comma
- nesting

type_name:
excluded:
- ID

identifier_name:
min_length: 2
allowed_symbols: ['_']
excluded:
- c
- id
- vc

0 comments on commit 722bc56

Please sign in to comment.