Joshua McKinney
4ff6ea950b
Add Homebrew Cask completions
...
This completion was originally sourced from the oh-my-zsh brew cask plugin.
(https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/brew-cask/brew-cask.plugin.zsh )
The rationale for splitting this from the original omz plugin is to address the
following issues:
1. it is part of oh-my-zsh which some have chosen not to use (e.g. zprezto users)
2. it acts as a script overriding the existing brew completion rather than as a
standard autoloadable file, this means it must be manually installed rather than
automatically installed as part of compinit, and may cause issues with future
commands added to homebrew.
The changes from the plugin are to fix item 2, as well as update the commands to
those current in homebrew cask.
2016-09-11 14:08:08 -05:00
Mike McQuaid
51bda9c90e
dev-cmd/test-bot: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
f1c64f1cdc
dev-cmd/pull: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
71fd2bb4b0
dev-cmd/man: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
e6b057ea76
dev-cmd/edit: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
d01993da82
dev-cmd/create: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
bba6a59c0c
dev-cmd/bump-formula-pr: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
9b5c45a7df
dev-cmd/bottle: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
264afb67df
dev-cmd/audit: fix Rubocop warnings.
2016-09-11 19:14:55 +01:00
Mike McQuaid
94f763e9c7
utils/shell:
2016-09-11 19:13:01 +01:00
Mike McQuaid
aa3d53f249
utils/shell: fix Rubocop warnings.
2016-09-11 19:13:00 +01:00
Mike McQuaid
ecf46b841b
utils/inreplace: fix Rubocop warnings.
2016-09-11 19:13:00 +01:00
Mike McQuaid
1f2abbdd6e
utils/hash: fix Rubocop warnings.
2016-09-11 19:13:00 +01:00
Mike McQuaid
6cfb841524
utils/github: fix Rubocop warnings.
2016-09-11 19:13:00 +01:00
Mike McQuaid
3bf5e779ab
utils/curl: fix Rubocop warnings.
2016-09-11 19:13:00 +01:00
Mike McQuaid
56b6c43686
utils: fix Rubocop warnings.
2016-09-11 19:12:59 +01:00
Mike McQuaid
2b45ae4831
Merge pull request #926 from MikeMcQuaid/os-rubocop
...
Fix Library/Homebrew/os* RuboCop warnings
2016-09-11 19:11:50 +01:00
Mike McQuaid
5eeba79c27
Merge pull request #928 from MikeMcQuaid/requirements-rubocop
...
Fix Library/Homebrew/requirements RuboCop warnings
2016-09-11 19:11:22 +01:00
Mike McQuaid
ea0405c8dd
Merge pull request #910 from MikeMcQuaid/cmd-rubocop
...
Fix Library/Homebrew/cmd RuboCop warnings
2016-09-11 19:11:04 +01:00
Mike McQuaid
90d16a8f86
dev-cmd/aspell-dictionaries: fix Rubocop warnings.
2016-09-11 18:28:43 +01:00
Mike McQuaid
8448fe17cb
Merge pull request #923 from MikeMcQuaid/bottle-block-tap
...
bottle: set bottle block tap.
2016-09-11 17:59:41 +01:00
Mike McQuaid
1174264d47
cmd/uses: fix Rubocop warnings.
2016-09-11 17:59:01 +01:00
Mike McQuaid
2c5beb0eff
cmd/upgrade: fix Rubocop warnings.
2016-09-11 17:59:01 +01:00
Mike McQuaid
cc526601cf
cmd/update-report: fix Rubocop warnings.
2016-09-11 17:59:01 +01:00
Mike McQuaid
49e009df29
cmd/unpack: fix Rubocop warnings.
2016-09-11 17:59:01 +01:00
Mike McQuaid
7b41ccd2ea
cmd/unlinkapps: fix Rubocop warnings.
2016-09-11 17:59:00 +01:00
Mike McQuaid
56fc1c725a
cmd/uninstall: fix Rubocop warnings.
2016-09-11 17:59:00 +01:00
Mike McQuaid
a0c29eb1af
cmd/tap-info: fix Rubocop warnings.
2016-09-11 17:59:00 +01:00
Mike McQuaid
b9b07fc082
cmd/search: fix Rubocop warnings.
2016-09-11 17:59:00 +01:00
Mike McQuaid
f9c621304d
cmd/prune: fix Rubocop warnings.
2016-09-11 17:59:00 +01:00
Mike McQuaid
ae43b79ca2
cmd/missing: fix Rubocop warnings.
2016-09-11 17:59:00 +01:00
Mike McQuaid
4e090530b1
cmd/log: fix Rubocop warnings.
2016-09-11 17:59:00 +01:00
Mike McQuaid
9d782454ab
cmd/list: fix Rubocop warnings.
2016-09-11 17:58:59 +01:00
Mike McQuaid
5d761f651a
cmd/install: fix Rubocop warnings.
2016-09-11 17:58:59 +01:00
Mike McQuaid
990ee4f36c
cmd/info: fix Rubocop warnings.
2016-09-11 17:58:59 +01:00
Mike McQuaid
d9b8d0f6b1
cmd/help: fix Rubocop warnings.
2016-09-11 17:58:59 +01:00
Mike McQuaid
c8084b1743
cmd/fetch: fix Rubocop warnings.
2016-09-11 17:58:59 +01:00
Mike McQuaid
c45e36ffde
cmd/doctor: fix Rubocop warnings.
2016-09-11 17:58:59 +01:00
Mike McQuaid
5e0c222029
cmd/desc: fix Rubocop warnings.
2016-09-11 17:58:59 +01:00
Mike McQuaid
128729988e
cmd/commands: fix Rubocop warnings.
2016-09-11 17:58:58 +01:00
Mike McQuaid
a70f8b9c30
Merge pull request #911 from MikeMcQuaid/language-rubocop
...
Fix Library/Homebrew/language RuboCop warnings
2016-09-11 17:55:03 +01:00
Mike McQuaid
caecead7a7
os/mac/xquartz: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
8271e35786
os/mac/xcode: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
00f5aa81f2
os/mac/version: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
f421374af1
os/mac/sdk: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
ecda1c9c54
os/mac/linkage_checker: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
6d1d3ff013
os/mac/cctools_mach: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
d1191c8bb0
os/mac/architecture_list: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
cefaef75e1
os/mac: fix Rubocop warnings.
2016-09-11 17:49:27 +01:00
Mike McQuaid
5cba530eef
requirements/x11_requirement: fix Rubocop warnings.
2016-09-11 17:42:44 +01:00