-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Description
Credo is not emitting any suggestion
.credo.exs
{Credo.Check.Readability.StrictModuleLayout,
order: [
:moduledoc,
:public_guard,
:private_guard
]}module
defguardp is_foo(term) when term == :foo
defguard is_bar(term) when term == :barI have used Credo v1.7 and master.
A sample repo that reproduces this can be found here: https://github.com/eksperimental-debug/credo_debug/tree/strict-layout-guards
Metadata
Metadata
Assignees
Labels
No labels