Browse Source

RuboCop: Disable Rails/FilePath and Style/GlobalStdStream (#35081).


git-svn-id: http://svn.redmine.org/redmine/trunk@21343 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 2 years ago
parent
commit
64b6a6fa3c
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .rubocop.yml

+ 6
- 0
.rubocop.yml View File

@@ -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


Loading…
Cancel
Save