Closed gcauchon closed 4 years ago
Credo 1.4.0 introduced a new validation of check params in config which prints the following warnings when using CredoNaming checks:
1.4.0
CredoNaming
> mix credo --strict ** (config) CredoNaming.Check.Warning.AvoidSpecificTermsInModuleNames: unknown param `terms`. ** (config) CredoNaming.Check.Consistency.ModuleFilename: unknown param `excluded_paths`. Checking 92 source files (this might take a while) ... …
I think we need to change the way we are "using" Credo.Check to provide the missing options:
Credo.Check
category
param_defaults
explanations
https://hexdocs.pm/credo/Credo.Check.html
Yep, that makes sense. Do you want to tackle this?
Do you want to tackle this?
As soon as I have a few minutes to spare…
bump!
Credo
1.4.0
introduced a new validation of check params in config which prints the following warnings when usingCredoNaming
checks:I think we need to change the way we are "using"
Credo.Check
to provide the missing options:category
param_defaults
explanations
https://hexdocs.pm/credo/Credo.Check.html