From: František Dvořák Date: Wed, 8 Jun 2016 12:12:47 +0000 (+0200) Subject: More tolerant cops. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=eb2829cd404ac1f4b36f999fba12f984cb26d24d;p=now.git More tolerant cops. --- 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: