Fountain Coach Gitowner-controlled · read only

Teatro.git · .swiftlint.yml

Teatro.git / .swiftlint.yml

revision f74009046313d57645105dff4a57c46ae8e45bc5 · complete file

# SwiftLint configuration for Teatro
included:
  - Sources
  - Tests
excluded:
  - .build
  - Docs
  - assets
  - scripts

line_length:
  warning: 120
  error: 200

identifier_name:
  min_length: 3
  max_length: 40
  allowed_symbols: ["_"]
  excluded: [
    id, URL,
    x, y, i, j, k, w, h,
    fd, ms, rmse, ev,
    dx, dy, rx, ry,
    dr, dg, db,
    q, s, p, e, r, a, b, u, v, g, t, n, m,
    idx, tmp, buf,
    be, md, sb, r1, r2, r3, r4,
    x1, y1, y2,
    e1, e2, e7, e8, d, cc, pb, ch, on, cs, ts
  ]

disabled_rules:
  - todo
  - trailing_whitespace