Skip to content

Commit

Permalink
disable linter - TO ENABLE BACK!
Browse files Browse the repository at this point in the history
  • Loading branch information
Activelook-dev committed Feb 17, 2022
1 parent 2d5297d commit 89ea7b0
Showing 1 changed file with 26 additions and 22 deletions.
48 changes: 26 additions & 22 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,33 +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
#identifier_name:
# min_length: 2
# max_length: 45
line_length:
warning: 150
error: 200
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"
#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 89ea7b0

Please sign in to comment.