disabled_rules: - todo - trailing_comma # opening_brace kollidiert mit SwiftFormats `wrapMultilineStatementBraces`, # das bei Multi-Line-Conditions das `{` auf eine eigene Zeile wirft. # SwiftFormat gewinnt — ist im Pre-Commit-Hook. - opening_brace opt_in_rules: - empty_count - empty_string - explicit_init - first_where - sorted_first_last - toggle_bool line_length: warning: 120 error: 160 ignores_comments: true identifier_name: min_length: 2 excluded: # Standard-Identifier - id - ok # Mathematische/algorithmische Konventionen (loops, indizes, # Koordinaten, distances) — kürzer ist hier klarer als verbose. - i - j - n - m - x - y - w - h - r - g - b - a - c - d - s - f - p - q - t - l included: - Sources - Tests