Skip to content

Commit

Permalink
developer/bin/list_running_app_ids: disable rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Jan 29, 2024
1 parent 5543eef commit e6e257a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions developer/bin/list_running_app_ids
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_running_app_ids
#
Expand Down Expand Up @@ -122,3 +124,4 @@ else
report_apps
end
# rubocop:enable Style/GlobalVars
# rubocop:enable Style/TopLevelMethodDefinition

0 comments on commit e6e257a

Please sign in to comment.