Skip to content

Fix an error during TargetRubyVersion detection if the gemspec is not valid syntax#13143

Merged
koic merged 1 commit intorubocop:masterfrom
Earlopain:gemspec-syntax-error
Aug 20, 2024
Merged

Fix an error during TargetRubyVersion detection if the gemspec is not valid syntax#13143
koic merged 1 commit intorubocop:masterfrom
Earlopain:gemspec-syntax-error

Conversation

@Earlopain
Copy link
Contributor

Just let Lint/Syntax notify the user instead of raising an error.


Before submitting the PR make sure the following are checked:

  • The PR relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • Wrote good commit messages.
  • Commit message starts with [Fix #issue-number] (if the related issue exists).
  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Ran bundle exec rake default. It executes all tests and runs RuboCop on its own code.
  • Added an entry (file) to the changelog folder named {change_type}_{change_description}.md if the new code introduces user-observable changes. See changelog entry format for details.

@Earlopain Earlopain changed the title Fix an error during TargetRubyVersion detection if the gemfile is not valid syntax Fix an error during TargetRubyVersion detection if the gemspec is not valid syntax Aug 20, 2024
…ot valid syntax

Just let `Lint/Syntax` notify the user instead of raising an error
@Earlopain Earlopain force-pushed the gemspec-syntax-error branch from b2a97bc to 7411b94 Compare August 20, 2024 17:41
@koic koic merged commit 7bd7800 into rubocop:master Aug 20, 2024
@koic
Copy link
Member

koic commented Aug 20, 2024

Thanks!

@Earlopain Earlopain deleted the gemspec-syntax-error branch August 20, 2024 18:26
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