mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update .swiftlint.yml
This commit is contained in:
parent
b344e4904a
commit
437b26601d
1 changed files with 3 additions and 3 deletions
|
|
@ -28,8 +28,8 @@ file_length:
|
|||
|
||||
# TODO: should review
|
||||
cyclomatic_complexity:
|
||||
warning: 60
|
||||
error: 70
|
||||
warning: 70
|
||||
error: 80
|
||||
ignores_case_statements: true
|
||||
|
||||
# TODO: should review
|
||||
|
|
@ -57,4 +57,4 @@ custom_rules:
|
|||
name: "Disable `print()`"
|
||||
regex: "((\\bprint)|(Swift\\.print))\\s*\\("
|
||||
message: "Consider using a dedicated log message or the Xcode debugger instead of using `print`. ex. logger.debug(...)"
|
||||
severity: warning
|
||||
severity: warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue