mirror of
https://codeberg.org/secana/ForgejoKit.git
synced 2026-06-15 21:03:51 -07:00
15 lines
398 B
YAML
15 lines
398 B
YAML
# Style/formatting rules are owned by SwiftFormat.
|
|
# SwiftLint focuses on code quality and safety.
|
|
disabled_rules:
|
|
- trailing_comma
|
|
- opening_brace
|
|
|
|
# Service types nest their request/response payload structs one level deeper.
|
|
nesting:
|
|
type_level: 2
|
|
|
|
# ForgejoClient intentionally aggregates every authentication flow in one type.
|
|
file_length:
|
|
warning: 600
|
|
type_body_length:
|
|
warning: 300
|