Skip to content

Commit 686a7df

Browse files
committed
Appease linter
The `lint-code` CI job failed for this reason: lib/solidus_dev_support/rake_tasks.rb:86:1: C: [Correctable] Layout/EmptyLinesAroundExceptionHandlingKeywords: Extra empty line detected before the rescue. (https://rubystyle.guide#empty-lines-around-bodies)
1 parent dcc7f5b commit 686a7df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/solidus_dev_support/rake_tasks.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def install_changelog_task
8383
config.user = repo.owner
8484
config.project = repo.name
8585
config.future_release = "v#{ENV.fetch('UNRELEASED_VERSION') { gemspec.version }}"
86-
8786
rescue Octokit::InvalidRepository
8887
warn <<~WARN
8988
It won't be possible to automatically generate the CHANGELOG for this extension because the

0 commit comments

Comments
 (0)