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

Conversation

tagliala
Copy link
Contributor

@tagliala tagliala commented Sep 16, 2024

  • Pinning to an exact version will prevent breaking the CI with new offenses
  • Make changes to gemspec (size from 31K to 18K)

Requires #168

@tagliala tagliala force-pushed the chore/modernize-rubocop branch 4 times, most recently from a6d74d6 to 8ab7fd4 Compare September 16, 2024 07:07
@tagliala tagliala changed the title Add RuboCop extensions, regenerate todo, add CI Modernize RuboCop, improve production gem Sep 16, 2024
@tagliala tagliala marked this pull request as ready for review September 16, 2024 07:10
@tagliala tagliala marked this pull request as draft September 16, 2024 17:13
@tagliala tagliala changed the title Modernize RuboCop, improve production gem RuboCop Stage I: Update and improve production gem Sep 16, 2024
@jamesmartin jamesmartin deleted the branch jamesmartin:master September 30, 2024 07:32
@jamesmartin jamesmartin reopened this Sep 30, 2024
@jamesmartin jamesmartin changed the base branch from main to master September 30, 2024 07:36
@tagliala tagliala marked this pull request as ready for review September 30, 2024 07:46
@tagliala
Copy link
Contributor Author

@jamesmartin rebased and ready for review

Pinning to an exact version will prevent breaking the CI with new
offenses
- 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)
Copy link
Owner

@jamesmartin jamesmartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @tagliala! ✨

@jamesmartin jamesmartin merged commit cc0fc03 into jamesmartin:master Sep 30, 2024
7 checks passed
@tagliala tagliala deleted the chore/modernize-rubocop branch October 1, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants