mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 19:41:25 +01:00
RuboCop: Disable Rails/FilePath and Style/GlobalStdStream (#35081).
git-svn-id: http://svn.redmine.org/redmine/trunk@21343 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user