Skip to content

Commit

Permalink
[inaka/elvis#41] no_nested_try_catch rule added
Browse files Browse the repository at this point in the history
  • Loading branch information
ferigis committed Feb 9, 2017
1 parent 935d762 commit a083332
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 a083332

Please sign in to comment.