git://scientific.zcu.cz
/
now.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c34ed
)
More tolerant cops.
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 8 Jun 2016 12:12:47 +0000
(14:12 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Wed, 8 Jun 2016 12:12:47 +0000
(14:12 +0200)
.rubocop.yml
patch
|
blob
|
blame
|
history
diff --git
a/.rubocop.yml
b/.rubocop.yml
index
9741b4f
..
390750c
100644
(file)
--- 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: