elixir-thrift/.ebert.yml
Jon Parise e10836ac67 Add a custom Credo configuration file
This is based on Ecto's configuration and tweaks a number of defaults
rules to be more lenient than the stock configuration.
2016-12-23 14:09:27 -08:00

11 lines
119 B
YAML

styleguide: false
engines:
credo:
enabled: true
remark-lint:
enabled: true
exclude_paths:
- ci
- doc
- ext