manicmaniac/ApolloDeveloperKit

View on GitHub
.swiftlint.yml

Summary

Maintainability
Test Coverage
disabled_rules:
  - force_cast
  - force_try
  - identifier_name
  - line_length

excluded:
  - .build/
  - Carthage/
  - Example/
  - InstallTests/
  - Tests/
  - build/
  - docs/
  - node_modules/
  - vendor/