Skip to content

Commit

Permalink
developer/bin: stack declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Jan 29, 2024
1 parent e6e257a commit 53251be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions developer/bin/list_running_app_ids
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

# rubocop:disable Style/TopLevelMethodDefinition
# rubocop:disable Style/GlobalVars, Style/TopLevelMethodDefinition

#
# list_running_app_ids
Expand All @@ -19,7 +19,6 @@ require "io/console"
### globals
###

# rubocop:disable Style/GlobalVars
$opt_test = nil
$COLUMNS = IO.console.winsize.last

Expand Down Expand Up @@ -123,5 +122,4 @@ if $opt_test
else
report_apps
end
# rubocop:enable Style/GlobalVars
# rubocop:enable Style/TopLevelMethodDefinition
# rubocop:enable Style/GlobalVars, Style/TopLevelMethodDefinition

0 comments on commit 53251be

Please sign in to comment.