Allowing to ignore modules on Credo.Check.Readability.AliasAs
Closes https://github.com/rrrene/credo-proposals/issues/81
This PR is introducing a new :ignore param on Credo.Check.Readability.AliasAs,
to allow users to configure a list of modules that should be ignored by
this check.
For example: with {Credo.Check.Readability.AliasAs, ignore: [Test]} on the config, the check would not warn for alias Test, as: T anywhere.
Thanks for the thorough review @rrrene. Will work on your suggestions soon!
Checking in: Any developments?
Checking in: Any news?
Sorry for the delay. I finally am getting back on tracks after a huge hiatus in contributions. I'm focusing on this first, so I'll get back to you soon.