Bo Anderson
9b318a54d0
Merge pull request #14099 from Bo98/style-ruby-args
...
style: use HOMEBREW_RUBY_EXEC_ARGS, fix some cops erroring with empty formula body
2022-11-05 05:04:35 +00:00
Bo Anderson
6ede5d2dd5
rubocops: handle empty formula body in various cops
2022-11-05 04:40:16 +00:00
Bo Anderson
a54b7a8c15
dev-cmd/prof: use HOMEBREW_RUBY_EXEC_ARGS
2022-11-05 04:18:13 +00:00
Bo Anderson
e03548fc7a
style: use HOMEBREW_RUBY_EXEC_ARGS
2022-11-05 04:18:10 +00:00
Bo Anderson
8036b70ead
Merge pull request #14098 from Bo98/ruby-disable-options
...
Universally apply Ruby disable options
2022-11-05 02:48:17 +00:00
Bo Anderson
7d7083d0f3
Universally apply Ruby disable options
2022-11-05 01:58:12 +00:00
Bo Anderson
31d4da3380
Merge pull request #14096 from p-linnane/fix-version-ref
...
docs: Bump various OS versions
2022-11-05 01:57:22 +00:00
Bo Anderson
127e4189cf
Merge pull request #14097 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2022-11-05 01:57:06 +00:00
Bo Anderson
590773f003
Merge pull request #14095 from Bo98/no-all-checks
...
dev-cmd/bottle: add --no-all-checks
2022-11-05 01:42:36 +00:00
Bo Anderson
5eae127553
Merge pull request #14093 from Bo98/rubyext-upstream
...
rubyext: align workaround with upstream
2022-11-05 01:40:53 +00:00
Patrick Linnane
2c550684e3
Update docs/Cask-Cookbook.md
...
Co-authored-by: Bo Anderson <mail@boanderson.me>
2022-11-04 18:10:46 -07:00
BrewTestBot
41c935bb76
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2022-11-05 00:32:36 +00:00
Patrick Linnane
ea585b1d47
Add :ventura
2022-11-04 15:09:34 -07:00
Patrick Linnane
f8923de85f
Add :monterey & :ventura symbols
2022-11-04 15:08:28 -07:00
Patrick Linnane
e1d8307606
docs: Bump stable cask OS versions
2022-11-04 15:00:04 -07:00
Bo Anderson
5468c2d642
Merge pull request #14092 from moabits/master
...
caveats: Update message displayed by unsigned_accessibility
2022-11-04 20:32:44 +00:00
Bo Anderson
5fb368d9b8
dev-cmd/bottle: add --no-all-checks
2022-11-04 18:46:43 +00:00
Bo Anderson
280c8b30ef
Merge pull request #14094 from Bo98/patchelf-1.4.0
...
Update patchelf.rb to 1.4.0
2022-11-04 17:38:06 +00:00
Bo Anderson
d862b161d4
rubyext: align workaround with upstream
2022-11-04 17:25:15 +00:00
Bo Anderson
031bd9cd18
Update patchelf.rb to 1.4.0
2022-11-04 16:54:16 +00:00
moabits
b57cea84dd
Fix style
2022-11-04 17:36:47 +01:00
moabits
a4bbdf8500
Update description for unsigned_accessibility caveat
2022-11-04 17:05:49 +01:00
Bo Anderson
a7c5e40c12
Merge pull request #14086 from Bo98/tapioca-platform-lock
...
sorbet/tapioca/require: make aware of platform-specific gem resolution
2022-11-04 11:12:41 +00:00
Issy Long
3692850bfd
Merge pull request #14084 from issyl0/test-for-formula-desc-ending-with-etc-dot
2022-11-04 09:15:35 +00:00
Bo Anderson
4abaab411f
Update RBI files
2022-11-04 05:43:50 +00:00
Bo Anderson
883ee7f4a3
sorbet/tapioca/require: make aware of platform-specific gem resolution
2022-11-04 05:42:42 +00:00
Issy Long
6f2f97b98f
test/rubocops/formula_desc: Ensure autocorrect when desc
ends in .
...
- This was another thing that I should have done in PR 3411 in 2017,
tested that the regex for autocorrecting `desc` stanzas ending in full
stops actually worked. At least I'm getting to it now.
2022-11-03 23:13:19 +00:00
Issy Long
f3d43110b5
test/rubocops/formula_desc: Ensure that desc
allows ending with etc.
...
- This was funny (and embarrassing), I was looking at my first contributions to
Homebrew since someone asked me how long I'd been involved.
- Turns out that in 2017 I improved the formula description RuboCop rule to
allow descriptions to end with `etc.` in
https://github.com/Homebrew/brew/pull/3411 . Apparently I didn't have time
back then to write a test for it. So now I will remedy this 5 years later.
2022-11-03 22:25:07 +00:00
Mike McQuaid
84caae3f8f
Merge pull request #14071 from Homebrew/tests_codespaces
...
tests: fix under GitHub Codespaces.
2022-11-03 17:04:15 +00:00
Mike McQuaid
2961132e01
tests: fix under GitHub Codespaces.
2022-11-03 16:33:04 +00:00
Sean Molenaar
e7b213c094
Merge pull request #14080 from p-linnane/sparkle-pre-el_capitan
2022-11-03 07:38:20 +01:00
Patrick Linnane
a975ad1a5c
Fix: Sparkle audit prior to el_capitan
2022-11-02 21:30:51 -07:00
Issy Long
aed0f93f60
Merge pull request #14076 from Homebrew/codespaces-add-ssh
...
.devcontainer/on-create-command: Add `openssh-server` (for `gh cs ssh`)
2022-11-03 00:08:01 +00:00
Mike McQuaid
5ef3d76c8d
Merge pull request #14070 from MikeMcQuaid/search_tty
...
cmd/search: better handle non-TTY output.
2022-11-02 15:14:46 +00:00
Issy Long
0a950a4c23
.devcontainer/on-create-command: Add openssh-server
(for gh cs ssh
)
...
- My Codespaces workflow sometimes involves `gh cs ssh` for a terminal
and tmux and vim (for better or for worse).
- I tried this on a `Homebrew/brew` Codespace and got this error. But it felt
weird following that instruction to the letter and bloating the Docker image
which we by default keep minimal.
```
❯ gh cs ssh
? Choose codespace: Homebrew/brew (master): redesigned spork
error getting ssh server details: failed to start server:
Please check if an SSH server is installed in the container.
If the docker image being used for the codespace does not have an SSH server,
install it in your Dockerfile or, for codespaces that use Debian-based images,
you can add the following to your devcontainer.json:
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
}
```
2022-11-01 22:59:24 +00:00
Bo Anderson
73d535a206
Merge pull request #14074 from SMillerDev/fix/audit/sparkle_min_os
...
fix: allow sparkle without a macOS version
2022-11-01 21:25:19 +00:00
Bo Anderson
31e97ca500
cask/dsl/depends_on: fix type signature
2022-11-01 20:49:16 +00:00
Sean Molenaar
f5c6667980
Update Library/Homebrew/cask/audit.rb
...
Co-authored-by: Bo Anderson <mail@boanderson.me>
2022-11-01 21:13:03 +01:00
Sean Molenaar
94c0d8917e
fix: allow sparkle without a macOS version
2022-11-01 20:49:43 +01:00
Mike McQuaid
eea61a0ae9
Merge pull request #14072 from Homebrew/devcontainer-sorbet
...
devcontainer/on-create-command: install Sorbet.
2022-11-01 16:20:37 +00:00
Mike McQuaid
f977ff4892
devcontainer/on-create-command: install Sorbet.
...
This doesn't take any longer and nice to have it cached.
2022-11-01 15:49:10 +00:00
Mike McQuaid
8145d516e2
cmd/search: better handle non-TTY output.
...
When `stdout` is not a TTY then using `ohai` is a bit unpleasant as it
prevents using pipes to do cool things with the output.
2022-11-01 13:51:13 +00:00
Mike McQuaid
29e3e5906b
Merge pull request #14060 from SMillerDev/feature/cask/minos_audit
...
cask: audit for minimal OS version in sparkle feeds
2022-11-01 12:46:48 +00:00
Mike McQuaid
fa2649dde7
Merge pull request #14066 from Homebrew/devcontainer-tweaks
...
devcontainer/on-create-command: do more stuff.
3.6.8
2022-10-31 17:30:24 +00:00
Mike McQuaid
d8940d3cae
devcontainer/on-create-command: do more stuff.
...
- fix permissions
- install more gems/formulae
- remove system shellcheck that won't be used
2022-10-31 16:58:58 +00:00
Mike McQuaid
876b0dc759
Merge pull request #14065 from Bo98/cask-url-evaluate
...
cask/artifact/relocated: don't evaluate URL on creation
2022-10-31 13:39:03 +00:00
Bo Anderson
ad4730395a
cask/artifact/relocated: don't evaluate URL on creation
2022-10-31 13:07:25 +00:00
Issy Long
4c5feade88
Merge pull request #14062 from issyl0/rubocop-naming-method-parameter-name
...
rubocop: Deal with some TODOs for `Naming/MethodParameterName`
2022-10-31 12:56:04 +00:00
Mike McQuaid
9d4588cf7d
Merge pull request #14055 from Undre4m/docs/zsh-completions-reword
...
Fix Oh-My-Zsh suggested completions configuration
2022-10-31 12:21:28 +00:00
Sean Molenaar
73d124f342
audit: make min OS check depend on online?
2022-10-31 09:00:43 +01:00