Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Markus Reiter
|
d36df37099
|
Replace custom stubs with sorbet-runtime-stub .
|
2020-10-09 16:45:13 +02:00 |
|
Markus Reiter
|
6f7b7cc699
|
Fix type-checking for URL .
|
2020-10-09 16:45:13 +02:00 |
|
Markus Reiter
|
17544fc275
|
Replace usage of DelegateClass with SimpleDelegator .
|
2020-10-09 16:45:13 +02:00 |
|
Markus Reiter
|
b4e8bfe716
|
Fix RuboCop offenses.
|
2020-10-09 11:17:55 +02:00 |
|
William Ma
|
24260e7d82
|
cask/cmd/info: Fix crash when using --github with a formula
|
2020-10-08 21:46:40 -04:00 |
|
Markus Reiter
|
7743fed77b
|
Add “GLOBAL CASK OPTIONS” section to man page.
|
2020-10-08 11:07:35 +02:00 |
|
Markus Reiter
|
7f14e55f99
|
Add missing cask options to brew upgrade .
|
2020-10-08 11:07:35 +02:00 |
|
Markus Reiter
|
90d70ad932
|
Refactor OS::Mac::Version .
|
2020-10-05 15:58:17 +02:00 |
|
Markus Reiter
|
90f145114c
|
Pass Cask::Config to Caskroom.casks .
|
2020-10-01 01:03:13 +02:00 |
|
Markus Reiter
|
5f005f67cf
|
Refactor global Cask::Config .
|
2020-10-01 00:57:10 +02:00 |
|
Mike McQuaid
|
86f4362d26
|
Merge pull request #8805 from hyuraku/cask_github_info
show cask info on browser
|
2020-09-30 09:26:09 +01:00 |
|
hyuraku
|
137d33290f
|
show cask info on browser
|
2020-09-28 13:10:06 +09:00 |
|
Markus Reiter
|
0c74d93939
|
Fix man page difference on Linux.
|
2020-09-27 23:02:19 +02:00 |
|
Markus Reiter
|
08be729af0
|
Support all cask options in brew install .
|
2020-09-27 22:54:57 +02:00 |
|
Markus Reiter
|
f54b458cda
|
Allow installing casks with brew install .
|
2020-09-27 22:53:32 +02:00 |
|
Markus Reiter
|
141be12234
|
Allow passing tap to brew cask audit .
|
2020-09-24 23:32:17 +02:00 |
|
Maxim Belkin
|
0d3cc7cd82
|
cask/audit.rb: minor cleanup
|
2020-09-21 04:40:32 -05:00 |
|
Markus Reiter
|
05a84c5a3f
|
Explicitly specify block argument for each methods.
|
2020-09-19 02:03:56 +02:00 |
|
miccal
|
1710f0af26
|
cask/cask_loader: add cask/cache
|
2020-09-17 14:01:37 +08:00 |
|
Andrew Zhou
|
1c1ffc1f19
|
cask/exceptions: Actually print actual hash
|
2020-09-16 18:12:51 -05:00 |
|
Mike McQuaid
|
3923d331de
|
Fix brew style
|
2020-09-15 13:39:06 +01:00 |
|
Markus Reiter
|
b72e7ee34d
|
Only treat cask audit warnings as errors if --strict is passed.
|
2020-09-14 13:12:38 +02:00 |
|
Markus Reiter
|
e4356e85d1
|
Treat more things as errors in cask audit .
|
2020-09-14 13:12:38 +02:00 |
|
Mike McQuaid
|
fb4d08a49a
|
Fix brew style
|
2020-09-11 10:29:22 +01:00 |
|
Markus Reiter
|
769fa066e2
|
Output annotations for brew cask audit .
|
2020-09-09 21:50:32 +02:00 |
|
Seeker
|
e0645f3950
|
cask/audit: detect tag from URL
|
2020-09-09 08:57:56 -07:00 |
|
Markus Reiter
|
1858dab31f
|
Add SharedAudits::gitlab_release .
|
2020-09-05 18:23:05 +02:00 |
|
Markus Reiter
|
39f0784108
|
Merge pull request #8613 from reitermarkus/cask-audit-url
Only audit appcast URL if specified and check its contents.
|
2020-09-05 07:43:05 +02:00 |
|
Markus Reiter
|
8fe9652853
|
Merge pull request #8588 from SMillerDev/cask/audit/disable_pre_release_conditionally
audit: allow pre-releases in cask-versions
|
2020-09-05 06:31:36 +02:00 |
|
Markus Reiter
|
6194155765
|
Use official? for checking tap.
|
2020-09-05 06:19:54 +02:00 |
|
Markus Reiter
|
05cf8f42e0
|
Only audit appcast URL if specified and check its contents.
|
2020-09-05 06:19:54 +02:00 |
|
Markus Reiter
|
5f7c814593
|
Move more common code into SharedAudits .
|
2020-09-05 05:50:24 +02:00 |
|
Mike McQuaid
|
537a93ceef
|
Merge pull request #8599 from Luthaf/cask-reinstall
Do not suggest use of deprecated brew cask reinstall
|
2020-09-04 14:12:06 +01:00 |
|
Luthaf
|
3376646b06
|
Do not suggest use of deprecated brew cask reinstall
|
2020-09-04 11:37:37 +02:00 |
|
Markus Reiter
|
5008a841fc
|
Fix missing method problem in Cask::Audit .
|
2020-09-04 08:08:44 +02:00 |
|
Markus Reiter
|
f1bf6c03c3
|
Add tests for implications.
|
2020-09-04 05:29:56 +02:00 |
|
Markus Reiter
|
16c17433d5
|
Fix passing options through Auditor .
|
2020-09-04 05:19:33 +02:00 |
|
Markus Reiter
|
7c05b2f231
|
Support --no-appcast for brew cask audit .
|
2020-09-04 04:47:31 +02:00 |
|
Markus Reiter
|
e5b56e485f
|
Move cask audit implications into Audit .
|
2020-09-04 04:47:31 +02:00 |
|
Sean Molenaar
|
9ac31942fb
|
audit: allow pre-releases in cask-versions
|
2020-09-03 17:38:37 +02:00 |
|
Mike McQuaid
|
2e5272d04c
|
Deprecate/disable code for Homebrew 2.5.0.
Do the usual "disable deprecations" and "uncomment pending deprecations"
dance and delete/deprecate/disable relevant/related code.
|
2020-09-03 10:34:22 +01:00 |
|
miccal
|
5d0957ac81
|
cask/artifact/symlinked: allow --force to overwrite symbolic links
|
2020-09-03 13:28:29 +08:00 |
|
Sean Molenaar
|
74ba8cc2df
|
Style fix in cask audit
Co-authored-by: Markus Reiter <me@reitermark.us>
|
2020-09-02 19:13:46 +02:00 |
|
Sean Molenaar
|
0279dda595
|
add cask pre-release check
|
2020-09-02 15:47:12 +02:00 |
|
Mike McQuaid
|
3b114736ce
|
Merge pull request #8572 from Akylzhan/patch-1
Update cask/installer.rb: check deps before download
|
2020-09-02 14:22:05 +01:00 |
|
Akylzhan Sauranbay
|
3fdab5a24d
|
Update cask/installer.rb: check dependencies before download
|
2020-09-02 18:14:24 +06:00 |
|
Seeker
|
98248a44a4
|
cask/installer: fix reference to opt_linked/optlinked
|
2020-09-01 14:14:41 -07:00 |
|
Markus Reiter
|
b9f3589ab7
|
Test casks are already tested covered brew style .
|
2020-09-01 19:26:46 +02:00 |
|
Markus Reiter
|
b4d14c193f
|
Use Homebrew::Style for brew cask style .
|
2020-09-01 18:34:26 +02:00 |
|