Files
openfoodnetwork/.codeclimate.yml
Rob Harrington f84acf44f3 Disable scss-lint for CodeClimate
Until we can tweak #1393 to work with CodeClimate
2017-06-28 18:09:03 +10:00

14 lines
163 B
YAML

engines:
rubocop:
enabled: true
scss-lint:
enabled: false
ratings:
paths:
- app/**
- lib/**
- "**.rb"
exclude_paths:
- spec/**/*
- vendor/**/*