summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-22 13:44:22 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-22 13:44:22 +0000
commit19a7c7fd0fb22500a878b618960562c12b1f58e5 (patch)
tree05fc1b7d19e9f887e5c9a80628239ff557252c8f /.rubocop.yml
parent8c84752c12b434d0e73c0f39b94fd8324f7b9ec7 (diff)
downloadredmine-19a7c7fd0fb22500a878b618960562c12b1f58e5.tar.gz
redmine-19a7c7fd0fb22500a878b618960562c12b1f58e5.zip
add Layout/EmptyLinesAroundAccessModifier excluding files to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20485 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4dd2845ef..eabc36533 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -32,6 +32,11 @@ Layout/CaseIndentation:
Exclude:
- 'config/initializers/10-patches.rb'
+Layout/EmptyLinesAroundAccessModifier:
+ Enabled: true
+ Exclude:
+ - 'config/initializers/10-patches.rb'
+
Layout/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true