From e6e257a97fd45b7a75d9da658c1c8cfc39fd1ac9 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Mon, 29 Jan 2024 09:23:55 +0800 Subject: [PATCH] developer/bin/list_running_app_ids: disable rubocop --- developer/bin/list_running_app_ids | 3 +++ 1 file changed, 3 insertions(+) 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