Files
openfoodnetwork/.codeclimate.yml
2018-01-02 13:54:41 +00:00

19 lines
258 B
YAML

engines:
rubocop:
enabled: true
channel: rubocop-0-48
scss-lint:
enabled: false
duplication:
enabled: true
exclude_patterns:
- "db/**"
ratings:
paths:
- app/**
- lib/**
- "**.rb"
exclude_paths:
- spec/**/*
- vendor/**/*