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

Clean up RuboCop configuration #144

Merged
merged 8 commits into from
Jul 15, 2024
Merged

Clean up RuboCop configuration #144

merged 8 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. Disable Style/StringLiterals cop

    The code base is very split on this use that it's creating so much
    todos. It's better to disable this.
    ekohl committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7aa57b3 View commit details
    Browse the repository at this point in the history
  2. Fix Style/HashSyntax TODOs

    ekohl committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0d280b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22855a View commit details
    Browse the repository at this point in the history
  4. Enable Style/Encoding cop again

    These days it ensures the header is absent because it's no longer
    needed. It applies one fix where it's needed.
    ekohl committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7b72066 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fb9b4c View commit details
    Browse the repository at this point in the history
  6. Fix Layout/IndentationWidth cop

    ekohl committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0c481b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afcbd8f View commit details
    Browse the repository at this point in the history
  8. Regenerate RuboCop TODO

    ekohl committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    859fdad View commit details
    Browse the repository at this point in the history