NetNewsWire/.swiftlint.yml

17 lines
274 B
YAML
Raw Normal View History

2025-01-22 22:26:41 -08:00
identifier_name:
min_length: 1
2025-01-22 22:48:24 -08:00
max_length: 50
2025-01-22 22:38:37 -08:00
2025-01-22 22:26:41 -08:00
line_length:
warning: 200
error: 300
ignores_comments: true
ignores_urls: true
2025-01-22 22:38:37 -08:00
2025-01-22 22:43:57 -08:00
disabled_rules:
- todo
2025-01-22 23:02:45 -08:00
excluded:
- Modules/Secrets/Sources/Secrets/SecretKey.swift
2025-01-22 23:06:54 -08:00
- Modules/Account/Tests/AccountTests/Feedly/