# 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