Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Rubocop - the sequel #1441

Merged
merged 13 commits into from Jun 8, 2022
Merged

Enable Rubocop - the sequel #1441

merged 13 commits into from Jun 8, 2022

Commits on Jun 7, 2022

  1. Copy the full SHA
    d4f282c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb635d8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7485559 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a53cb0a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ff8dc9c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b2aa43f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    415c2d8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ab1b73f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0fa2e75 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Copy the full SHA
    dc6eaeb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f2a11a9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    64c95b4 View commit details
    Browse the repository at this point in the history
  4. Don't test with frozen string literals on Ruby 2.3

    ERB in Ruby 2.3 doesn't seem to be frozen string literal
    compatible - at least under certain cases. I observed a number
    of test failures in GitHub Actions when working with templates,
    generating an error like this:
    
    ```
    (erb):1:in `concat': can't modify frozen String (RuntimeError)
    ```
    
    You can see an example [here][1].
    
    It seems prudent just to ignore this since (a) people are unlikely
    to use Ruby 2.3, (b) we are set to drop support for it and (c)
    it's even more unlikely that people use Ruby 2.3 *and* frozen
    string literals.
    
    [1]: https://github.com/octokit/octokit.rb/runs/6792298625?check_suite_focus=true
    timrogers committed Jun 8, 2022
    Copy the full SHA
    fa00889 View commit details
    Browse the repository at this point in the history