Files
grecia/.codeclimate.yml
Javi Martín e3a93ac083 Update Rubocop version used in Code Climate
Rubocop 0.74 doesn't work with Ruby 3.x, and so the Code Climate report
was failing.
2023-09-03 22:16:37 +02:00

37 lines
516 B
YAML

engines:
rubocop:
enabled: true
channel: rubocop-1-31-0
duplication:
enabled: true
config:
languages:
ruby:
javascript:
brakeman:
enabled: true
bundler-audit:
enabled: true
coffeelint:
enabled: true
scss-lint:
enabled: true
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- app/**/*
- lib/**/*
exclude_paths:
- app/assets/fonts/
- app/assets/images/
- bin/rails
- bin/rake
- db/
- files/
- public/
- tmp/
- vendor/