Files
OSGKeyboard/.swiftlint.yml
T
Rocky 9f308fadd2 feat(keyboard): ship AI hint carousel, home library cards, and clipboard polish
Rotate AI idle suggestions with optional remote packs, move history/dictionary onto self-sizing Home preview cards, harden clipboard capture/prompting, and simplify keyboard chrome by dropping most liquid-glass shadows.
2026-08-13 01:00:51 +08:00

41 lines
725 B
YAML

# SwiftLint configuration for OSGKeyboard
# Goal: simple, opinionated, minimal false positives
disabled_rules:
- trailing_whitespace
- line_length
- todo
- function_body_length
- type_body_length
- file_length
- cyclomatic_complexity
- force_cast
- force_try
opt_in_rules:
- empty_count
- first_where
- explicit_init
- prefer_self_type_over_type_of_self
- sorted_imports
- redundant_optional_initialization
included:
- OSGKeyboard
- OSGKeyboardExt
- OSGKeyboardShared
- OSGKeyboardHostSupport
- OSGKeyboardMac
- OSGKeyboardTests
- OSGKeyboardExtTests
- OSGKeyboardMacTests
- OSGKeyboardUITests
- Tests
excluded:
- build
- DerivedData
- .build
- Pods
- Carthage