Project

General

Profile

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

Go MAEDA, 2021-04-13 04:20

View differences:

.rubocop.yml
118 118
    - 'db/migrate/20120714122200_add_workflows_rule_fields.rb'
119 119
    - 'db/migrate/20131214094309_remove_custom_fields_min_max_length_default_values.rb'
120 120

  
121
Rails/FilePath:
122
  Enabled: false
123

  
121 124
Rails/HelperInstanceVariable:
122 125
  Enabled: false
123 126

  
......
157 160
    - 'config.ru'
158 161
    - 'config/additional_environment.rb'
159 162

  
163
Style/GlobalStdStream:
164
  Enabled: false
165

  
160 166
Style/HashEachMethods:
161 167
  Enabled: true
162 168

  
(1-1/4)