diff --git a/developer/bin/list_running_app_ids b/developer/bin/list_running_app_ids index 4597166b96796..c9d5964ad0bb9 100755 --- a/developer/bin/list_running_app_ids +++ b/developer/bin/list_running_app_ids @@ -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