Project

General

Profile

Patch #35081 » 0001-RuboCop-Disable-Style-GlobalStdStream-and-Rails-File.patch

Go MAEDA, 2021-12-30 03:42

View differences:

.rubocop.yml
124 124
Rails/EnvironmentVariableAccess:
125 125
  Enabled: false
126 126

  
127
Rails/FilePath:
128
  Enabled: false
129

  
127 130
Rails/HelperInstanceVariable:
128 131
  Enabled: false
129 132

  
......
165 168
    - 'config.ru'
166 169
    - 'config/additional_environment.rb'
167 170

  
171
Style/GlobalStdStream:
172
  Enabled: false
173

  
168 174
Style/HashEachMethods:
169 175
  Enabled: true
170 176

  
(3-3/4)