developer/bin/list_running_app_ids: disable rubocop

This commit is contained in:
Bevan Kay 2024-01-29 09:23:55 +08:00
parent 5543eefc9c
commit e6e257a97f
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# rubocop:disable Style/TopLevelMethodDefinition
#
# list_running_app_ids
#
@ -122,3 +124,4 @@ else
report_apps
end
# rubocop:enable Style/GlobalVars
# rubocop:enable Style/TopLevelMethodDefinition