Skip to content

Commit

Permalink
fix: create symbolic link to access .swiftlint.yml directly in .spm p…
Browse files Browse the repository at this point in the history
…roject
  • Loading branch information
Activelook-dev committed Feb 17, 2022
1 parent 0a2fbbe commit 2d5297d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
disabled_rules:
- type_body_length
- trailing_whitespace
- identifier_name
- line_length
- file_length
opt_in_rules:
- empty_count
- empty_string
excluded:
- DerivedData
#identifier_name:
# min_length: 2
# max_length: 45
line_length:
warning: 200
error: 400
ignores_function_declarations: true
ignores_comments: true
ignores_urls: true
#function_body_length:
# warning: 300
# error: 500
#function_parameter_count:
# warning: 6
# error: 8
#type_body_length:
# warning: 300
# error: 500
#file_length:
# warning: 1000
# error: 1500
# ignore_comment_only_lines: true
#cyclomatic_complexity:
# warning: 15
# error: 25
#reporter: "xcode"

0 comments on commit 2d5297d

Please sign in to comment.