Enable NoOpenBrowser phoenix_test credo check

This commit is contained in:
Claudio Ortolina
2026-05-14 22:37:37 +01:00
parent efc9d14331
commit 7cf634a421
+2
View File
@@ -2,9 +2,11 @@
configs: [ configs: [
%{ %{
name: "default", name: "default",
requires: ["./deps/phoenix_test/lib/phoenix_test/credo/**/*.ex"],
plugins: [{ExSlop, []}], plugins: [{ExSlop, []}],
checks: %{ checks: %{
extra: [ extra: [
{PhoenixTest.Credo.NoOpenBrowser, []},
{Credo.Check.Warning.ExpensiveEmptyEnumCheck, []}, {Credo.Check.Warning.ExpensiveEmptyEnumCheck, []},
{Credo.Check.Refactor.DoubleBooleanNegation, []}, {Credo.Check.Refactor.DoubleBooleanNegation, []},
{Credo.Check.Refactor.CondStatements, []}, {Credo.Check.Refactor.CondStatements, []},