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
+3
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