Use --strict flag?
Closed this issue · 1 comments
jclem commented
Since --strict can't be specified in .credo.exs, is there a way to pass the flag in .codeclimate.yml with this engine?
dblandin commented
I could see this working as an option within the .codeclimate.yml
configuration:
---
engines:
credo:
enabled: true
channel: beta
config:
strict: true
ratings:
paths:
- "**.ex"
- "**.exs"