Commit Graph
15 Commits
Author SHA1 Message Date
Issy LongandMarkus Reiter 658d55ddfc rubocop: In-line disables of Style/GlobalVars offenses
- We're working to remove the global `Excludes:` from RuboCop configuration in `Homebrew/brew` (see issue 14685 over there).
- This file in Cask was the only place where global vars weren't already in-line disabled. So, to be able to clean up the configuration stanza in Homebrew/brew PR 14878, I've added some.
2023-03-06 17:35:49 +01:00
Markus ReiterandGitHub 129dfb53c0 Run brew style instead of brew cask style. (#89816) 2020-09-25 01:18:32 +02:00
Mike McQuaid 2aef75f422 developer/bin/list_running_app_ids: fix RuboCop style.
See https://github.com/Homebrew/brew/pull/7867.
2020-07-27 12:57:58 +01:00
Mike McQuaid 57abdba4eb developer/bin/list_running_app_ids: fix RuboCop style.
See https://github.com/Homebrew/brew/pull/7867.
2020-07-27 10:39:13 +01:00
Daniel BayleyandGitHub 31f6ae587d Fix output of list_running_app_ids script (#83164)
Tidy up code following #67948, avoid shelling out as much, and slightly improve column alignment in output.
2020-05-25 16:10:41 +01:00
Daniel BayleyandMarkus Reiter 485e82c60c Improve output of list_running_app_ids script (#67948)
Expand tabs to fit the width of the terminal and form 2 clear columns for easier viewing.
2019-09-11 21:32:25 +02:00
Markus ReiterandGitHub 15171687a1 Move back documentation and developer scripts. (#23920) 2016-08-19 19:21:44 +02:00
Anastasia SulyaginaandMarkus Reiter 0ec06e9a95 Cask core code moved to Homebrew (#23852) 2016-08-19 16:53:18 +02:00
Mike McQuaidandJosh Hagins 1f37eba4d0 Assume Ruby 2. (#23889)
Homebrew now always uses Ruby 2.0 so you no longer need to check in all
these places for 2.0 or for 2.1 valid syntax.
2016-08-18 10:58:53 -04:00
Markus ReiterandJosh Hagins 1806aaf9a3 Change hash rockets to colons. (#22951) 2016-07-20 01:05:31 -04:00
Markus ReiterandJoshua Hagins ed5452b728 Run RuboCop on all core files. (#22855)
Add Style/BlockDelimiters cop.
2016-07-19 14:11:22 -04:00
Caleb Xu d88385de32 devscript: check ruby version before execution 2014-11-02 15:43:30 -05:00
Roland Walker 1be55c66f1 devscript: support -t opt in list_running_app_ids
and refactor
2014-02-07 08:38:40 -05:00
Roland Walker e27a22ddf0 devscript: uniq and sort running app bundles 2014-01-31 12:41:52 -05:00
Roland Walker 95640dfe0d add dev script list_running_app_ids
to help Cask authors with uninstall :quit
2014-01-23 12:44:05 -05:00