Skip to content

Commit

Permalink
Suppress a RuboCop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jun 30, 2021
1 parent 574c311 commit 7485ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cut_release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace :cut_release do

File.open('docs/antora.yml', 'w') do |f|
f << antora_metadata.sub(
'version: master', # rubocop:disable Naming/InclusiveLanguage
'version: master',
"version: '#{version_sans_patch(new_version)}'"
)
end
Expand Down

0 comments on commit 7485ea7

Please sign in to comment.