MonitorControl/.swiftlint.yml
Istvan T cfc77d53d6
Various fixes and improvements for v4.0.1 (#769)
- Fixed: display properties reset turns off hardware DDC
- Fixed: brief black screen upon changing space when using shade dimming
- Asynchronous thread-safe debouncing DDC write for smoother sliders
- Improved support for [BetterDummy](https://github.com/waydabber/BetterDummy)
- Better support for common physical dummies identifying as 28E850
- Inert dummy menu sliders are now hidden
- Improved support for nongamma->nongamma mirroring scenarios
- Compiled to run 10.14 (needed some minor changes) - compatibility is unofficial!
- Updated README
- Bumped version number to 4.0.1 (service release)
2021-11-04 17:56:23 +01:00

11 lines
234 B
YAML

disabled_rules:
- line_length
- function_body_length
- identifier_name
- trailing_comma
type_body_length: 500
file_length: 750
cyclomatic_complexity:
ignores_case_statements: true
opening_brace:
allow_multiline_func: true