summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-01-03 02:23:27 +0000
committerGo MAEDA <maeda@farend.jp>2022-01-03 02:23:27 +0000
commit64b6a6fa3cd811ee2b71a8a221bd190a48a3e4f9 (patch)
tree3aa313c60418d69788bcbad7a710b235b97353d4 /.rubocop.yml
parent3686b77eb60d4f4028977d5c4b1a7c039ee9b0bb (diff)
downloadredmine-64b6a6fa3cd811ee2b71a8a221bd190a48a3e4f9.tar.gz
redmine-64b6a6fa3cd811ee2b71a8a221bd190a48a3e4f9.zip
RuboCop: Disable Rails/FilePath and Style/GlobalStdStream (#35081).
git-svn-id: http://svn.redmine.org/redmine/trunk@21343 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b1badb42c..9ff7d5e2f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -124,6 +124,9 @@ Rails/CompactBlank:
Rails/EnvironmentVariableAccess:
Enabled: false
+Rails/FilePath:
+ Enabled: false
+
Rails/HelperInstanceVariable:
Enabled: false
@@ -165,6 +168,9 @@ Style/FrozenStringLiteralComment:
- 'config.ru'
- 'config/additional_environment.rb'
+Style/GlobalStdStream:
+ Enabled: false
+
Style/HashEachMethods:
Enabled: true