From 2384317465ccb1dfca456a2b7798714b99f32711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sun, 17 Jul 2016 04:10:45 -0300 Subject: Enable a few more rubocop rules --- .rubocop.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index dd8db6af3a..de355eeb13 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,3 +25,16 @@ Style/AndOr: # Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg. Lint/RequireParentheses: enabled: true + +Style/BracesAroundHashParameters: + enabled: true + +Style/IndentationConsistency: + enabled: true + EnforcedStyle: rails + +Style/EmptyLinesAroundClassBody: + enabled: true + +Style/EmptyLinesAroundModuleBody: + enabled: true -- cgit v1.2.3