Fountain Coach Gitowner-controlled · read only

Teatro.git · .swiftlint.yml

Teatro.git / .swiftlint.yml

revision c91727edbe1b0ac39ecfb8ba1c09375b98d3561a · complete file

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

line_length:
  warning: 120
  error: 200

identifier_name:
  allowed_symbols: ["_"]

disabled_rules:
  - todo
  - trailing_whitespace