Open byhbt opened 1 year ago
Create a credo check for checking the module name and the file name.
For example:
defmodule Example.Foo
foo.ex
Reference: https://github.com/mirego/credo_naming#ensure-modulefilename-consistency
Feature request
Create a credo check for checking the module name and the file name.
For example:
defmodule Example.Foo
, the name should befoo.ex