9f308fadd2
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.
41 lines
725 B
YAML
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
|