Skip to content

Commit

Permalink
developer/bin/list_login_items_for_app: disable rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Jan 29, 2024
1 parent d418613 commit 5543eef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions developer/bin/list_login_items_for_app
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

# rubocop:disable Style/TopLevelMethodDefinition

#
# list_login_items_for_app
#
Expand Down Expand Up @@ -64,3 +66,4 @@ end

process_args
list_login_items_for_app $app_path # rubocop:disable Style/GlobalVars
# rubocop:enable Style/TopLevelMethodDefinition

0 comments on commit 5543eef

Please sign in to comment.