Skip to content

Commit

Permalink
Merge pull request #75 from inaka/ferigis.410.include_rule
Browse files Browse the repository at this point in the history
[inaka/elvis#41] no_nested_try_catch rule added
  • Loading branch information
Brujo Benavides authored Feb 9, 2017
2 parents 47a7581 + a083332 commit 2c39a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elvis_rulesets.erl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ rules(erl_files) ->
, variable_naming_convention
, #{regex => "^_?([A-Z][0-9a-zA-Z]*)$"}
}
, {elvis_style, no_nested_try_catch}
];
rules(makefiles) ->
[ {elvis_project, no_deps_master_erlang_mk, #{ignore => []}}
Expand Down

0 comments on commit 2c39a1d

Please sign in to comment.