Update .swiftlint.yml

This commit is contained in:
Garth Vander Houwen 2025-07-10 10:22:41 -07:00 committed by GitHub
parent b344e4904a
commit 437b26601d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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