Commit Graph
21389 Commits
Author SHA1 Message Date
Mike McQuaid d4d31c1906 formula: require language/java.
This was indirectly required before so let's explicitly require it now.
2021-02-01 12:47:20 +00:00
Mike McQuaid 50da5d6769 rubocop.yml: disable Rails/RakeEnvironment
Another rule that assumes Rails usage.
2021-02-01 10:56:18 +00:00
Mike McQuaidandGitHub 861da37f55 Merge pull request #10456 from SeekingMeaning/cask-audit-format-url
cask/audit: underline URLs in audit errors
2021-02-01 09:05:53 +00:00
Mike McQuaidandGitHub cdf8ff9052 Merge pull request #10266 from gromgit/prefix_non_installed
cmd/--prefix: add --installed flag
2021-02-01 09:05:28 +00:00
Mike McQuaidandGitHub 018b006daa Merge pull request #10468 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6259
build(deps): bump sorbet from 0.5.6251 to 0.5.6259 in /Library/Homebrew
2021-02-01 08:57:14 +00:00
Mike McQuaidandGitHub b8d55e5a77 Merge pull request #10397 from MikeMcQuaid/deprecations-disables
Homebrew 3.0.0 deprecations/disables
2021-02-01 08:37:22 +00:00
Mike McQuaidandGitHub 109d03030c Merge pull request #10457 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.9.0
build(deps): bump rubocop from 1.8.1 to 1.9.0 in /Library/Homebrew
2021-02-01 08:37:12 +00:00
BrewTestBot 7669136636 brew vendor-gems: commit updates. 2021-02-01 07:31:09 +00:00
dependabot[bot]andGitHub 90a8ec1bf7 build(deps): bump sorbet from 0.5.6251 to 0.5.6259 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6251 to 0.5.6259.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 07:25:57 +00:00
Adrian Ho 28a8409b6e cmd/--prefix: add --installed flag
This changes the output for uninstalled formulae from Cellar prefix to empty string, so:
```sh
$ brew --prefix abcde python@3.9 tcl-tk
/usr/local/Cellar/abcde/2.9.3_1
/usr/local/opt/python@3.9
/usr/local/Cellar/tcl-tk/8.6.10
$ brew --prefix --installed abcde python@3.9 tcl-tk

/usr/local/opt/python@3.9

$
```
2021-01-31 16:09:43 +08:00
SeekerandGitHub 24bbfffc61 Merge pull request #10455 from SeekingMeaning/cask-audit-verified
cask/audit: error if `verified` does not match, regardless of `url`
2021-01-29 16:18:06 -08:00
Seeker 5dbdcbcb6b livecheck: fix filtering of watchlist with --formulae/--casks flag 2021-01-29 13:26:50 -08:00
Mike McQuaid 27e8c117e4 rubocop.yml: disable some buggy cops. 2021-01-29 20:57:00 +00:00
Mike McQuaid eea27d9a60 style: remove HOMEBREW_RUBY_WARNINGS
This is hiding legitimate errors which can cause CI failures.
2021-01-29 20:56:59 +00:00
BrewTestBotandMike McQuaid 3c29c08831 Update RBI files for rubocop. 2021-01-29 20:56:59 +00:00
Mike McQuaid e65e310fd0 Fix brew style 2021-01-29 20:56:59 +00:00
BrewTestBotandMike McQuaid a4761ab570 Update RBI files for rubocop. 2021-01-29 20:56:59 +00:00
BrewTestBotandMike McQuaid 15458405ba brew vendor-gems: commit updates. 2021-01-29 20:56:59 +00:00
dependabot[bot]andMike McQuaid 0786e494be build(deps): bump rubocop from 1.8.1 to 1.9.0 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.8.1...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-29 20:56:58 +00:00
Mike McQuaid d6957a3acb Homebrew 3.0.0 deprecations/disables 2021-01-29 19:50:24 +00:00
hyuraku 5181405d5c requirements/java_requirement: delete adoptopenjdk condition 2021-01-29 22:25:12 +09:00
Mike McQuaidandGitHub 0a46e34024 Merge pull request #10460 from MikeMcQuaid/typecheck-deprecation
typecheck: migrate from deprecated flag.
2021-01-29 12:09:16 +00:00
Mike McQuaid 5a21ba0677 typecheck: migrate from deprecated flag.
Also, add a TODO to answer why the other error codes are suppressed.
2021-01-29 09:28:53 +00:00
Mike McQuaidandGitHub ebcd56cc62 Merge pull request #10459 from muneebmahmed/fix-fish-completion
Fix fish shell completion for upgrade
2021-01-29 08:48:54 +00:00
Muneeb Ahmed ae70e43aa3 Fix fish shell completion 2021-01-29 00:10:13 -08:00
Seeker 35f857e38f version: rename more regex constants 2021-01-28 16:59:51 -08:00
Seeker c5d3b9ae3e version: rename regex constants 2021-01-28 16:42:44 -08:00
Seeker 2e6e38ec4d version: rename ALPHA_SUFFIX to PREREL_SUFFIX 2021-01-28 16:41:49 -08:00
Seeker a52959d5d2 version: replace [-.vV] with [.-vV] in regexes 2021-01-28 16:41:49 -08:00
Seeker fc7c243471 version: add constants for regexes 2021-01-28 16:41:49 -08:00
Seeker d9e8a34d3b version: replace [.] with \. in regex 2021-01-28 16:41:49 -08:00
Seeker f76bf240cd version: replace [-_] with [_-] in regexes 2021-01-28 16:41:49 -08:00
Seeker e1d68cf1eb version: make [._-] consistent in regexes 2021-01-28 16:41:49 -08:00
Seeker 571a13b99e cask/audit: underline URLs in audit errors 2021-01-28 16:17:40 -08:00
Seeker 00e5e1f9fc cask/audit: error if verified does not match, regardless of url 2021-01-28 15:27:00 -08:00
Seeker 1ce8bd00fb named_args: print error if formula and cask found but one is unreadable 2021-01-28 15:21:23 -08:00
Seeker 89930157b5 named_args: raise rescued error if both formula/cask are unreadable 2021-01-28 15:21:23 -08:00
Rylan PolsterandGitHub db6f65ddc0 Merge pull request #10423 from Rylan12/rename-branches
Handle upstream branch renames
2021-01-28 16:45:01 -05:00
Michka Popoff 38ae6e0c0d style: re-enable sha256 checks for bottle blocks
Follow up PR to #10450
2021-01-28 20:35:31 +01:00
Michka PopoffandGitHub 26a3d4a544 Merge pull request #10452 from iMichka/line
style: handle line too long for new bottle blocks
2021-01-28 20:33:23 +01:00
Michka Popoff 46c5965037 style: handle line too long for new bottle blocks
The " was for a previous syntax we had, but we dropped that and changed our minds.
This PR fixes the style check for the current implementation of the new bottle blocks.
2021-01-28 20:02:29 +01:00
Michka Popoff b87c23bb7e style: do not fail on sha256 lines with cellar information
Fixes:
1-01-28T17:17:10.7152456Z [31m==>[0m [1m[31mFAILED[0m[0m
2021-01-28T17:17:10.7163169Z [36mFormula/dhall-json.rb[0m:14:12: [33mC[0m: sha256 should be 64 characters
2021-01-28T17:17:10.7175011Z     sha256 cellar: :any_skip_relocation, big_sur: "a1e0cb4f7e4a7e0994b43ecd783240356631d36655cfbf59a903cc3f6a799242"
2021-01-28T17:17:10.7176620Z            ^^^^^^
2021-01-28T17:17:10.7178131Z [36mFormula/dhall-json.rb[0m:14:15: [33mC[0m: sha256 contains invalid characters
2021-01-28T17:17:10.7179886Z     sha256 cellar: :any_skip_relocation, big_sur: "a1e0cb4f7e4a7e0994b43ecd783240356631d36655cfbf59a903cc3f6a799242"
2021-01-28T17:17:10.7181198Z               ^^
2021-01-28T17:17:10.7182390Z [36mFormula/dhall-json.rb[0m:15:12: [33mC[0m: sha256 should be 64 characters
2021-01-28T17:17:10.7183801Z     sha256 cellar: :any_skip_relocation, catalina: "050f219d8050cf46a54487e0cad414374a5d2b4a6422d1e2e2c7a682149c3afb"
2021-01-28T17:17:10.7184956Z            ^^^^^^
2021-01-28T17:17:10.7186016Z [36mFormula/dhall-json.rb[0m:15:15: [33mC[0m: sha256 contains invalid characters
2021-01-28T17:17:10.7187458Z     sha256 cellar: :any_skip_relocation, catalina: "050f219d8050cf46a54487e0cad414374a5d2b4a6422d1e2e2c7a682149c3afb"
2021-01-28T17:17:10.7188630Z               ^^
2021-01-28 18:27:21 +01:00
Michka PopoffandGitHub 61e38654ed Merge pull request #10449 from iMichka/bottle-write
cellars: write tag specific cellars
2021-01-28 18:09:00 +01:00
Mike McQuaidandGitHub ca4a4449ad Merge pull request #10448 from hyuraku/formula_auditor_delete_adoptopenjdk_condition
formula_auditor: delete adoptopenjdk condition
2021-01-28 15:46:50 +00:00
Rylan PolsterandMike McQuaid 84fc16c1c1 Apply suggestions from code review
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2021-01-28 09:10:14 -05:00
Rylan Polster f508f8dc0c update: show message prompting brew tap --repair
This message is shown when a fetch fails due to a branch rename
2021-01-28 09:10:13 -05:00
Rylan Polster 4bdc11ddc9 tap: fix renamed branches with brew tap --repair 2021-01-28 09:10:13 -05:00
Mike McQuaidandGitHub cd191a7f6c Merge pull request #10446 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6251
build(deps): bump sorbet from 0.5.6239 to 0.5.6251 in /Library/Homebrew
2021-01-28 14:08:36 +00:00
Mike McQuaidandGitHub d658056607 Merge pull request #10443 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.4.2
build(deps): bump codecov from 0.4.1 to 0.4.2 in /Library/Homebrew
2021-01-28 14:08:23 +00:00
hyuraku a1baff39d5 formula_auditor: delete adoptopenjdk condition 2021-01-28 22:57:21 +09:00