Skip to content

Fix lint offenses and enforce lint in CI - #54

Merged
pcai merged 1 commit into
mainfrom
chore/lint-cleanup
Sep 10, 2026
Merged

pcai merged 1 commit into
mainfrom
chore/lint-cleanup

Conversation

@pcai

@pcai pcai commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Removes continue-on-error: true from the RuboCop lint job so lint is now required like every other CI check.

RuboCop reports zero offenses across the repo (rubocop 1.91.0), so no code changes were needed — only the workflow flip. The Gemspec/RequiredRubyVersion cop is enabled and passes (the gemspec specifies required_ruby_version >= 2.5.0, which is intentionally left alone), so no .rubocop.yml exclusion was added.

The RuboCop lint job no longer carries continue-on-error; with zero
offenses remaining, lint now fails the build like any other check.
@pcai
pcai merged commit 5ce6527 into main Sep 10, 2026
30 checks passed
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.

1 participant