Skip to content

Commit

Permalink
Merge pull request #131 from rubocop/fix-rubocop-offenses
Browse files Browse the repository at this point in the history
Fix some rubocop offenses
  • Loading branch information
ydah authored Aug 19, 2024
2 parents 2e9e33a + bf3fdb8 commit 36a9deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/cops.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

=== Department xref:cops_capybara_rspec.adoc[Capybara/RSpec]

* xref:cops_capybara_rspec.adoc#capybararspec/haveselector[Capybara/RSpec/HaveSelector]
* xref:cops_capybara_rspec.adoc#capybararspec/predicatematcher[Capybara/RSpec/PredicateMatcher]
* xref:cops_capybara_rspec.adoc#capybararspechaveselector[Capybara/RSpec/HaveSelector]
* xref:cops_capybara_rspec.adoc#capybararspecpredicatematcher[Capybara/RSpec/PredicateMatcher]

// END_COP_LIST
2 changes: 1 addition & 1 deletion tasks/cut_release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace :cut_release do
def add_header_to_changelog(version)
update_file('CHANGELOG.md') do |changelog|
changelog.sub("## Edge (Unreleased)\n\n",
'\0' "## #{version} (#{Time.now.strftime('%F')})\n\n")
"\\0## #{version} (#{Time.now.strftime('%F')})\n\n")
end
end

Expand Down

0 comments on commit 36a9deb

Please sign in to comment.