Skip to content

Commit

Permalink
✨ :: 전용 swiftlint yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Aug 9, 2023
1 parent 69dcacf commit 8e71b25
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
excluded:
- fastlane
- Dependencies
- Carthage

identifier_name:
min_length: 1
max_length: 60
allowed_symbols: [_]

large_tuple:
warning: 3
error: 4

line_length:
warning: 120
error: 120
ignores_urls: true
ignores_comments: true

type_name:
min_length: 2
max_length: 60
allowed_symbols: [_]

0 comments on commit 8e71b25

Please sign in to comment.