Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mctofu committed Oct 24, 2022
1 parent 053b38e commit e5635fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/lib/dependabot/pull_request_creator/message_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def library_pr_name
end
end

# rubocop:disable Metrics/AbcSize
def application_pr_name
pr_name = "bump "
pr_name = pr_name.capitalize if pr_name_prefixer.capitalize_first_word?
Expand Down Expand Up @@ -116,6 +117,7 @@ def application_pr_name
end
end
end
# rubocop:enable Metrics/AbcSize

def pr_name_prefix
pr_name_prefixer.pr_name_prefix
Expand Down

0 comments on commit e5635fa

Please sign in to comment.