1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-26 06:00:07 +01:00
Files
app/.swiftlint.yml
Nico Verbruggen e34ae1f5bb ♻️ Reworked Preferences
- Preferences is now cleaner
- Documented how to add new preference
- Added preference to hide icons (for a pre-Tahoe look)
- Updated .swiftlint for line_length
2026-02-17 12:52:03 +01:00

36 lines
518 B
YAML

disabled_rules:
- todo
- identifier_name
- force_try
- force_cast
- private_over_fileprivate
opt_in_rules:
- empty_count
included:
- phpmon
- phpmon-updater
- tests
excluded:
- phpmon/Vendor
type_body_length:
warning: 300
function_body_length:
warning: 100
line_length:
ignores_function_declarations: true
ignores_comments: true
ignores_urls: true
ignores_interpolated_strings: true
ignores_multiline_strings: true
warning: 160
error: 200
analyzer_rules:
- unused_import