.codeclimate.yml 154 B

123456789101112
  1. version: "2"
  2. exclude_patterns:
  3. - "**/Pods"
  4. - "**/*test.*"
  5. - "**/*spec.*"
  6. - "**/*Test.*"
  7. - "**/*Spec.*"
  8. plugins:
  9. swiftlint:
  10. enabled: true