disabled_rules: - todo - trailing_comma opt_in_rules: - empty_count - empty_string - explicit_init - first_where - sorted_first_last - toggle_bool - unneeded_parentheses_in_closure_argument line_length: warning: 120 error: 160 ignores_comments: true identifier_name: min_length: 2 excluded: - id - ok included: - Sources - Tests