From eb2829cd404ac1f4b36f999fba12f984cb26d24d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 8 Jun 2016 14:12:47 +0200 Subject: [PATCH] More tolerant cops. --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 9741b4f..390750c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -33,6 +33,12 @@ Style/DefWithParentheses: Style/EmptyLinesAroundClassBody: Enabled: false +# Extra empty line detected at module body beginning +# Extra empty line detected at module body end +# (easy to read) +Style/EmptyLinesAroundModuleBody: + Enabled: false + # Favor modifier if usage when having a single-line body # (easy to read) Style/IfUnlessModifier: -- 1.8.2.3