From 30c6bd594372e27a2bce4a4d808ce409bc656ea7 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Mon, 5 Oct 2015 09:58:16 -0300 Subject: [PATCH] Removing rules that doesn't align with the author's guidelines --- elvis.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/elvis.config b/elvis.config index 8b9a769..d8c90c1 100644 --- a/elvis.config +++ b/elvis.config @@ -12,9 +12,7 @@ {elvis_style, operator_spaces, #{rules => [{right, ","}, {right, "++"}, {left, "++"}]}}, - {elvis_style, nesting_level, #{level => 3}}, {elvis_style, god_modules, #{limit => 25}}, - {elvis_style, no_if_expression}, {elvis_style, invalid_dynamic_call}, {elvis_style, used_ignored_variable}, {elvis_style, no_behavior_info},