Skip to content

Commit

Permalink
Fix 210: added behaviour_spelling rule to default rules for erl_files…
Browse files Browse the repository at this point in the history
… and beam_files.
  • Loading branch information
Jacky Hui committed Oct 5, 2021
1 parent 1df85ba commit 3ba74bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/elvis_rulesets.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rules(erl_files) ->
, {elvis_style, no_nested_try_catch}
, {elvis_style, atom_naming_convention}
, {elvis_style, numeric_format}
, {elvis_style, behaviour_spelling}
]
);
rules(beam_files) ->
Expand All @@ -59,6 +60,7 @@ rules(beam_files) ->
, variable_naming_convention
, no_nested_try_catch
, atom_naming_convention
, behaviour_spelling
]
);
rules(makefiles) ->
Expand Down

0 comments on commit 3ba74bd

Please sign in to comment.