Skip to content

Commit

Permalink
Remove useless cop disable
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 4, 2024
1 parent 42129b5 commit 485ef52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def button_links
]
end

def action_menu # rubocop:disable Metrics/AbcSize
def action_menu
render(Primer::Alpha::ActionMenu.new) do |menu|
menu.with_show_button(icon: "kebab-horizontal",
"aria-label": "More",
Expand Down

0 comments on commit 485ef52

Please sign in to comment.