lucacasula91/SnackView

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
version: "2"
plugins:
  swiftlint:
    enabled: true
exclude_patterns:
  - "Carthage/"
  - "fastlane/"
  - "SnackViewTests/"
checks:
  identical-code:
    config:
      threshold: 25
  similar-code:
    config:
      threshold: 50