mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
46e801b2b7
Codeclimate automatically generates a configuration and recommends applying it. I have applied some of the options they specify. The only thing I removed was the restriction of rubocop checks which we are currently failing (I'd prefer they fail) and additional languages such as php, python and javascript which had strangely been added to the config.
16 lines
197 B
YAML
16 lines
197 B
YAML
---
|
|
engines:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- ruby
|
|
fixme:
|
|
enabled: true
|
|
rubocop:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.rb"
|
|
exclude_paths:
|
|
- spec/
|