Skip to content
  • Koichi ITO's avatar
    8c5115f9
    Bump RuboCop to 0.51.0 · 8c5115f9
    Koichi ITO authored
    ## Summary
    
    RuboCop 0.51.0 was released.
    https://github.com/bbatsov/rubocop/releases/tag/v0.51.0
    
    And rubocop-0-51 channel is available in Code Climate.
    https://github.com/codeclimate/codeclimate-rubocop/issues/109
    
    This PR will bump RuboCop to 0.51.0 and fixes the following new
    offenses.
    
    ```console
    % bundle exec rubocop
    Inspecting 2358 files
    
    (snip)
    
    Offenses:
    
    actionpack/lib/action_controller/metal/http_authentication.rb:251:59: C:
    Prefer double-quoted strings unless you need single quotes to avoid
    extra backslashes for escaping.
              [key.strip, value.to_s.gsub(/^"|"$/, "").delete('\'')]
                                                              ^^^^
    activesupport/test/core_ext/load_error_test.rb:8:39: C: Prefer
    double-quoted strings unless you need single quotes to avoid extra
    backslashes for escaping.
        assert_raise(LoadError) { require 'no_this_file_don\'t_exist' }
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    
    2358 files inspected, 2 offenses detected
    ```
    8c5115f9
    Bump RuboCop to 0.51.0
    Koichi ITO authored
    ## Summary
    
    RuboCop 0.51.0 was released.
    https://github.com/bbatsov/rubocop/releases/tag/v0.51.0
    
    And rubocop-0-51 channel is available in Code Climate.
    https://github.com/codeclimate/codeclimate-rubocop/issues/109
    
    This PR will bump RuboCop to 0.51.0 and fixes the following new
    offenses.
    
    ```console
    % bundle exec rubocop
    Inspecting 2358 files
    
    (snip)
    
    Offenses:
    
    actionpack/lib/action_controller/metal/http_authentication.rb:251:59: C:
    Prefer double-quoted strings unless you need single quotes to avoid
    extra backslashes for escaping.
              [key.strip, value.to_s.gsub(/^"|"$/, "").delete('\'')]
                                                              ^^^^
    activesupport/test/core_ext/load_error_test.rb:8:39: C: Prefer
    double-quoted strings unless you need single quotes to avoid extra
    backslashes for escaping.
        assert_raise(LoadError) { require 'no_this_file_don\'t_exist' }
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    
    2358 files inspected, 2 offenses detected
    ```
Loading