35608 Commits

Author SHA1 Message Date
Markus Reiter
4ddebd9bd5
Merge pull request #15291 from EricFromCanada/untapped-formula-path
formula: consider arbitrary formula source paths
2023-04-23 02:01:24 +02:00
EricFromCanada
e67abce950
formula: consider arbitrary formula source paths 2023-04-22 18:56:01 -04:00
Issy Long
935649abaf
Merge pull request #15263 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.20.0
build(deps): bump rubocop-rspec from 2.19.0 to 2.20.0 in /Library/Homebrew
2023-04-22 18:58:03 +01:00
Carlo Cabrera
664ac04782
Merge pull request #15287 from carlocab/fix-audit-annotations
dev-cmd/audit: fix audit annotations
2023-04-22 16:49:45 +08:00
Carlo Cabrera
f4692ddb40
dev-cmd/audit: fix audit annotations
Emitting annotations currently produces:

    Error: no implicit conversion of Symbol into Integer

The issue is that `problem` is an `Array` of problems which we need to
handle individually.
2023-04-22 15:13:35 +08:00
Douglas Eichelberger
ec39fe7bb1
Merge pull request #15283 from dduugg/no-false-sigil
Remove `# typed: false` sigil in tests
2023-04-21 19:44:09 -07:00
Issy Long
4a87c624d7
Fix new RSpec/IndexedLet offenses 2023-04-22 01:02:38 +01:00
Nanda H Krishna
270abd8467
Merge pull request #15285 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-capybara-2.18.0
build(deps): bump rubocop-capybara from 2.17.1 to 2.18.0 in /Library/Homebrew
2023-04-21 19:55:11 -04:00
BrewTestBot
bcb31c9ba6
Update RBI files for rubocop-capybara.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-04-21 19:13:10 +00:00
BrewTestBot
9c1c2873e8
brew vendor-gems: commit updates. 2023-04-21 19:06:22 +00:00
dependabot[bot]
174beee298
build(deps): bump rubocop-capybara in /Library/Homebrew
Bumps [rubocop-capybara](https://github.com/rubocop/rubocop-capybara) from 2.17.1 to 2.18.0.
- [Release notes](https://github.com/rubocop/rubocop-capybara/releases)
- [Changelog](https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-capybara/compare/v2.17.1...v2.18.0)

---
updated-dependencies:
- dependency-name: rubocop-capybara
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 19:01:58 +00:00
Carlo Cabrera
e7ac13b44a
Merge pull request #15284 from carlocab/rm-issue-comment
formula_auditor: remove issue comment audit
2023-04-22 02:10:59 +08:00
Carlo Cabrera
3631765a8d
formula_auditor: remove issue comment audit
See discussion at Homebrew/homebrew-core#128954.
2023-04-22 01:27:35 +08:00
Douglas Eichelberger
9075cbae62 brew style --fix 2023-04-21 09:58:50 -07:00
Douglas Eichelberger
ac1e6ded9a git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g' 2023-04-21 09:57:47 -07:00
Douglas Eichelberger
f7b18995c9 Disable Sorbet/FalseSigil 2023-04-21 09:57:25 -07:00
Mike McQuaid
302b224c21
Merge pull request #15282 from carlocab/brewed-gh
Dockerfile: install newer gh
2023-04-21 14:04:13 +01:00
Carlo Cabrera
e392bbc0e2
Install gh from GitHub Debian repository 2023-04-21 18:01:08 +08:00
Carlo Cabrera
40d5ba577f
Dockerfile: install gh from Homebrew
apt installs an ancient `gh` that is missing some important flags. In
particular, we probably do want the `--match-head-commit` flag for the
extra security it gives us.
2023-04-21 17:32:42 +08:00
Mike McQuaid
03b847a678
Merge pull request #15280 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2023-04-21 09:00:28 +01:00
Mike McQuaid
b1166182f9
Merge pull request #15276 from Homebrew/dependabot/github_actions/codecov/codecov-action-3.1.3
build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3
2023-04-21 08:46:44 +01:00
BrewTestBot
51991e470b
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2023-04-21 07:43:18 +00:00
Mike McQuaid
73717683b5
Merge pull request #15278 from ZhongRuoyu/pr-automerge-skip-pre-release
dev-cmd/pr-automerge: skip PRs with `pre-release` label
2023-04-21 08:42:16 +01:00
Mike McQuaid
9949404b44
Merge pull request #15277 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-expectations-3.12.3
build(deps): bump rspec-expectations from 3.12.2 to 3.12.3 in /Library/Homebrew
2023-04-21 08:40:48 +01:00
Mike McQuaid
f2d064b8ae
Merge pull request #15264 from vitorgalvao/patch-1
Cask audit: check binary signature and notarisation
2023-04-21 07:52:11 +01:00
apainintheneck
a2f9f89d30 cask/audit_spec: fix outdated test
We used the binary artifact as an example of an unsigned artifact
before in this test. Now that we're adding it as a signed artifact
the test has been updated with another example of an unsigned one.
2023-04-20 23:37:05 -07:00
Ruoyu Zhong
209a9fe2ff
dev-cmd/pr-automerge: skip PRs with pre-release label
PRs with the `pre-release` label are always not ready for merge, so
let's skip them by default.

See also: Homebrew/homebrew-core#128906.

Signed-off-by: Ruoyu Zhong <zhongruoyu@outlook.com>
2023-04-21 03:30:10 +08:00
BrewTestBot
c4e231ad74
Update RBI files for rspec-expectations.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-04-20 19:10:27 +00:00
BrewTestBot
8401ee4657
brew vendor-gems: commit updates. 2023-04-20 19:04:43 +00:00
dependabot[bot]
d3887d591d
build(deps): bump rspec-expectations in /Library/Homebrew
Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.12.2 to 3.12.3.
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-expectations/compare/v3.12.2...v3.12.3)

---
updated-dependencies:
- dependency-name: rspec-expectations
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 18:58:22 +00:00
dependabot[bot]
39e065fe9b
build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](40a12dcee2...894ff025c7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 18:56:51 +00:00
Mike McQuaid
72bdefb814
Merge pull request #15274 from dduugg/enable-truesigil-cop
Enable Sorbet/TrueSigil cop
2023-04-20 11:20:03 +01:00
Nanda H Krishna
36eadba49a
Merge pull request #15275 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-core-3.12.2
build(deps): bump rspec-core from 3.12.1 to 3.12.2 in /Library/Homebrew
2023-04-19 23:40:57 -04:00
BrewTestBot
bcccefa370
Update RBI files for rspec-core.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-04-19 19:13:23 +00:00
BrewTestBot
57ff250317
brew vendor-gems: commit updates. 2023-04-19 19:04:44 +00:00
dependabot[bot]
b2d0c3d7ad
build(deps): bump rspec-core from 3.12.1 to 3.12.2 in /Library/Homebrew
Bumps [rspec-core](https://github.com/rspec/rspec-core) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/rspec/rspec-core/releases)
- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-core/compare/v3.12.1...v3.12.2)

---
updated-dependencies:
- dependency-name: rspec-core
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-19 19:00:03 +00:00
Douglas Eichelberger
e5fcdd0bd6 Enable Sorbet/TrueSigil cop 2023-04-19 09:43:36 -07:00
Mike McQuaid
71de574285
Merge pull request #15269 from MikeMcQuaid/audit_no_warnings
dev-cmd/audit: remove unused warnings key.
2023-04-19 16:22:13 +01:00
Mike McQuaid
2ca3f73078
dev-cmd/audit: remove unused warnings key.
These are now all errors so the code can be simplified.
2023-04-19 16:09:45 +01:00
Mike McQuaid
7a3376c002
Merge pull request #15273 from hyuraku/move-cask/cmd/install
remove `cask/cmd/install`
2023-04-19 16:04:18 +01:00
Mike McQuaid
d0d9894963
Merge pull request #15266 from razvanazamfirei/bump-bug-fix
Fix bump-cask-pr handling of sha256 :no_check
2023-04-19 15:56:41 +01:00
Razvan Azamfirei
88aa947b6a
2023-04-19 10:42:53 -04:00
hyuraku
c46ee85e0a remove args.quarantine? nil check 2023-04-19 23:15:12 +09:00
hyuraku
b2156dc125 add casks install to cmd/install 2023-04-19 21:31:22 +09:00
hyuraku
a41a7c94d8 remove cask/cmd 2023-04-19 21:30:42 +09:00
hyuraku
cba118533b remove cask/cmd specs 2023-04-19 21:06:27 +09:00
Mike McQuaid
6343a06f3c
Merge pull request #15271 from fxcoudert/gcc13
compilers: add gcc-13
2023-04-19 10:36:31 +01:00
Francois-Xavier Coudert
6067acfd7c compilers: add gcc-13 2023-04-19 11:18:18 +02:00
Mike McQuaid
04856a642f
Merge pull request #15144 from singingwolfboy/cache-v3
actions/cache@v3 for GitHub Actions
2023-04-19 10:05:15 +01:00
Mike McQuaid
0b4c0350c2
Merge pull request #15201 from hyuraku/remove_cask/cmd/audit
remove `cask/cmd/audit`
2023-04-19 10:01:06 +01:00