Files
moblin/.swiftlint.yml
iChrisIRL ad69084651 DLive chat.
- Implement DLive chat client using GraphQL subscriptions (graphql-ws protocol)
  - Add DLive platform logo and settings UI (username + enable toggle)
  - Support DLive native emotes and custom emotes
  - Handle chat moderation (message deletion, user bans)
2025-10-05 14:55:11 +02:00

19 lines
394 B
YAML

disabled_rules:
- function_parameter_count
- type_name
- large_tuple
- identifier_name
- file_length
- trailing_comma
- opening_brace
- type_body_length
- cyclomatic_complexity
- function_body_length
- force_cast
- closure_parameter_position
- non_optional_string_data_conversion
- shorthand_operator
- inclusive_language
- blanket_disable_command
- force_try