Skip to content

Commit

Permalink
Make for stricter Elvis and fix issued warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 30, 2024
1 parent 6366687 commit fa86908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elvis.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
[{config,
[#{dirs => ["src"],
filter => "*.erl",
ruleset => erl_files},
ruleset => erl_files_strict,
rules => [{elvis_style, no_macros, #{allow => ['ARIZONA_LIVEVIEW']}}]},
#{dirs => ["."],
filter => "rebar.config",
ruleset => rebar_config,
Expand Down

0 comments on commit fa86908

Please sign in to comment.