Skip to content

Commit

Permalink
Hank Ignore Mix Deps / Certification WOrktree
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Sep 21, 2023
1 parent ee609c8 commit ccf97fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@
]}
]}.

{hank, [{ignore, [{"test/**/*_SUITE.erl", [unnecessary_function_arguments]}, "include/**/*.hrl"]}]}.
{hank, [
{ignore, [
{"test/**/*_SUITE.erl", [unnecessary_function_arguments]},
"include/**/*.hrl",
"certification/**/*",
"deps/**/*"
]}
]}.

{erlfmt, [write]}.

Expand Down

0 comments on commit ccf97fe

Please sign in to comment.