DynamicColor/.swiftlint.yml

32 lines
608 B
YAML

disabled_rules:
# - colon
# - comma
# - control_statement
# - file_length
# - force_cast
# - force_try
# - function_body_length
# - leading_whitespace
# - line_length
# - nesting
# - opening_brace
# - operator_whitespace
# - return_arrow_whitespace
# - statement_position
# - todo
# - trailing_newline
# - trailing_semicolon
# - trailing_whitespace
# - type_body_length
# - type_name
# - variable_name_max_length
# - variable_name_min_length
- variable_name
- large_tuple
line_length:
- 150 # warning
excluded:
- Examples/
statement_position:
statement_mode: uncuddled_else