More tolerant cops.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 8 Jun 2016 12:12:47 +0000 (14:12 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 8 Jun 2016 12:12:47 +0000 (14:12 +0200)
.rubocop.yml

index 9741b4f..390750c 100644 (file)
@@ -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: