mirego / credo_naming

🏷 A suite of Credo checks to enforce naming best practices in an Elixir project
https://open.mirego.com
BSD 3-Clause "New" or "Revised" License
88 stars 9 forks source link

Add support for a “valid_filename_callback” option in Consistency.ModuleFilename check #8

Closed remi closed 4 years ago

remi commented 4 years ago

As mentioned in #3, the naming conventions used in by the CredoNaming.Check.Consistency.ModuleFilename are opinionated. This new valid_filename_callback option makes it possible to customize them.