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

Fix Rubocop violations #1340

Closed
wants to merge 12 commits into from
Closed

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    87a568b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a008fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1167c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5784d38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54be9b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b4b3b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5a7770 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3450aa View commit details
    Browse the repository at this point in the history
  9. Fix Gemspec violations

    Gemspec/DeprecatedAttributeAssignment
    Gemspec/OrderedDependencies
    jenshenny committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0fa947e View commit details
    Browse the repository at this point in the history
  10. Fix Layout violations

    Layout/FirstHashElementLineBreak
    Layout/FirstMethodArgumentLineBreak
    Layout/LineContinuationLeadingSpace
    Layout/LineContinuationSpacing
    Layout/LineEndStringConcatenationIndentation
    Layout/MultilineArrayLineBreaks
    Layout/MultilineHashKeyLineBreaks
    Layout/MultilineOperationIndentation
    jenshenny committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    75c4a9f View commit details
    Browse the repository at this point in the history
  11. Fix Style violations

    Style/ConcatArrayLiterals
    Style/GlobalStdStream
    jenshenny committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b362eff View commit details
    Browse the repository at this point in the history
  12. Exclude Style/ClassMethodsDefinitions, Style/OpenStructUse, Lint/Miss…

    …ingCopEnableDirective
    
    in RuboCop config
    jenshenny committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d2b5a80 View commit details
    Browse the repository at this point in the history