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

RuboCop Stage I: Update and improve production gem #165

Merged
merged 2 commits into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. Add RuboCop extensions, regenerate todo, add CI

    Pinning to an exact version will prevent breaking the CI with new
    offenses
    tagliala committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1949c9a View commit details
    Browse the repository at this point in the history
  2. Fix all offences related to gemspec

    - Gemspec/DeprecatedAttributeAssignment
    - Packaging/GemspecGit
    - Style/Encoding
    - Style/ExpandPathArguments
    - Style/PercentLiteralDelimiters
    - Style/RedundantPercentQ
    - Style/SpecialGlobalVars
    
    Also:
    - Add frozen string literal magic comment
    - Exclude spec files from production gem (size from 31K to 18K)
    tagliala committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    641a1d4 View commit details
    Browse the repository at this point in the history