28960 Commits

Author SHA1 Message Date
XuehaiPan
bd8db0737d style: fix inconsistent code style for shell scripts 2021-09-16 01:06:19 +08:00
XuehaiPan
c2d5d84b21 Merge remote-tracking branch 'upstream/master' into fix-inconsistent-shell-style 2021-09-16 01:01:49 +08:00
XuehaiPan
09a16bcea1 utils/shfmt.sh: implement checkers for forbidden styles 2021-09-16 00:53:53 +08:00
XuehaiPan
03c7a142be style: add keyward argument inplace to run_shfmt 2021-09-16 00:08:29 +08:00
XuehaiPan
1bb68bda3f utils/shfmt.sh: add function wrap_then_do 2021-09-16 00:07:57 +08:00
XuehaiPan
a839d7e5ff utils/shfmt.sh: add function prototypes 2021-09-15 22:12:03 +08:00
XuehaiPan
9efde249c1 style: add shfmt implementation 2021-09-15 22:12:01 +08:00
Bo Anderson
f38a3239e6
workflows: reduce GITHUB_TOKEN permissions 2021-09-15 15:10:11 +01:00
Mike McQuaid
b19fcef629
Merge pull request #12062 from MikeMcQuaid/less_strict_if_os
rubocops/lines: be less strict about `OS.{mac,linux}?` in taps.
2021-09-15 12:39:41 +01:00
Bo Anderson
1cfafde5d3
Merge pull request #11965 from Bo98/swift-shim
shims: enforce usage of Swift-bundled Clang on Linux
2021-09-15 12:26:08 +01:00
Mike McQuaid
56753c9d08
rubocops/lines: be less strict about OS.{mac,linux}? in taps.
Fixes #12040.
2021-09-15 12:23:07 +01:00
Mike McQuaid
1e83399e31
Merge pull request #12060 from XuehaiPan/alias-which-as-type
brew.sh: alias `which` as `type -P`
2021-09-15 12:15:31 +01:00
XuehaiPan
954c3596b2 brew: fail fast when not using bash 2021-09-15 17:10:05 +08:00
XuehaiPan
baac35785c style: do not allow multi-line for statements 2021-09-15 15:00:23 +08:00
XuehaiPan
2855ae18df style: brew style always use latest brewed shellcheck 2021-09-15 15:00:23 +08:00
XuehaiPan
bc0663baba style: brew style check Dockerfile as shell script 2021-09-15 15:00:23 +08:00
XuehaiPan
8a363b2fb5 style: trim trailing whitespaces 2021-09-15 15:00:23 +08:00
XuehaiPan
570fac7f47 .vscode: add extension shellcheck and shell-format 2021-09-15 15:00:20 +08:00
XuehaiPan
3f96d963f7 style: fix inconsistent code style for shell scripts 2021-09-15 14:59:01 +08:00
Bo Anderson
0eba5b29e9
shims/super: shim swiftc 2021-09-15 03:28:31 +01:00
Bo Anderson
414935fb39
shims: enforce usage of Swift-bundled Clang on Linux
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-09-15 03:25:12 +01:00
Bo Anderson
48bbc53fb8
Merge pull request #12059 from Homebrew/dependabot/bundler/Library/Homebrew/unf_ext-0.0.8
build(deps): bump unf_ext from 0.0.7.7 to 0.0.8 in /Library/Homebrew
3.2.12
2021-09-14 20:06:04 +01:00
Bo Anderson
1e5d311541
Merge pull request #12058 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.12.2
build(deps): bump rubocop-rails from 2.12.1 to 2.12.2 in /Library/Homebrew
2021-09-14 20:04:16 +01:00
XuehaiPan
fc056cec59 docs: update documentation for shell requirement 2021-09-15 02:18:31 +08:00
XuehaiPan
d77d510ce9 brew.sh: alias which as type -P 2021-09-15 02:18:27 +08:00
BrewTestBot
721569f32e
Update RBI files for unf_ext. 2021-09-14 18:12:02 +00:00
BrewTestBot
74869c7d42
Update RBI files for rubocop-rails. 2021-09-14 18:11:59 +00:00
BrewTestBot
79526c0bda
brew vendor-gems: commit updates. 2021-09-14 18:09:40 +00:00
BrewTestBot
798cf36531
brew vendor-gems: commit updates. 2021-09-14 18:09:06 +00:00
dependabot[bot]
39c8c83747
build(deps): bump unf_ext from 0.0.7.7 to 0.0.8 in /Library/Homebrew
Bumps [unf_ext](https://github.com/knu/ruby-unf_ext) from 0.0.7.7 to 0.0.8.
- [Release notes](https://github.com/knu/ruby-unf_ext/releases)
- [Changelog](https://github.com/knu/ruby-unf_ext/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knu/ruby-unf_ext/compare/v0.0.7.7...v0.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 18:03:32 +00:00
dependabot[bot]
5b75377ff9
build(deps): bump rubocop-rails in /Library/Homebrew
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.12.1...v2.12.2)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 18:02:50 +00:00
Mike McQuaid
f14fcc810e
Merge pull request #12049 from Homebrew/dependabot/bundler/docs/faraday-1.7.2
build(deps): bump faraday from 1.7.1 to 1.7.2 in /docs
2021-09-14 13:16:57 +01:00
Nanda H Krishna
784e0ef823
Merge pull request #12046 from Homebrew/dependabot/bundler/docs/parallel-1.21.0
build(deps): bump parallel from 1.20.1 to 1.21.0 in /docs
2021-09-14 08:13:50 -04:00
Mike McQuaid
d579a80e1b
Merge pull request #12047 from Homebrew/dependabot/github_actions/codecov/codecov-action-2.1.0
build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0
2021-09-14 12:57:47 +01:00
Mike McQuaid
57a8d74689
Merge pull request #12056 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
2021-09-14 12:42:47 +01:00
Bo Anderson
ef38009571
Merge pull request #12057 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9130
build(deps-dev): bump sorbet from 0.5.9120 to 0.5.9130 in /Library/Homebrew
2021-09-14 12:07:59 +01:00
Mike McQuaid
a83e8547f9
Merge pull request #12051 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.21.0
build(deps): bump parallel from 1.20.1 to 1.21.0 in /Library/Homebrew
2021-09-14 12:01:45 +01:00
Mike McQuaid
bfe8bf7429
Merge pull request #12008 from MikeMcQuaid/uses_from_macos_unversioned
rubocops/uses_from_macos: remove versioned aliases.
2021-09-14 11:59:44 +01:00
BrewTestBot
9457f2725b
brew vendor-gems: commit updates. 2021-09-14 10:34:14 +00:00
BrewTestBot
deef3539a8
Update RBI files for parallel. 2021-09-14 10:31:07 +00:00
BrewTestBot
48e66db296
brew vendor-gems: commit updates. 2021-09-14 10:28:13 +00:00
dependabot[bot]
db486b9044
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9120 to 0.5.9130.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 10:17:23 +00:00
dependabot[bot]
a17b77c9ea
build(deps): bump parallel from 1.20.1 to 1.21.0 in /Library/Homebrew
Bumps [parallel](https://github.com/grosser/parallel) from 1.20.1 to 1.21.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](https://github.com/grosser/parallel/compare/v1.20.1...v1.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 10:16:37 +00:00
Mike McQuaid
7c47096193
Merge pull request #12052 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2021-09-14 11:14:47 +01:00
dependabot[bot]
c7efb122a3
build(deps): bump faraday from 1.7.1 to 1.7.2 in /docs
Bumps [faraday](https://github.com/lostisland/faraday) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v1.7.1...v1.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 10:13:29 +00:00
dependabot[bot]
ad07b3b60a
build(deps): bump parallel from 1.20.1 to 1.21.0 in /docs
Bumps [parallel](https://github.com/grosser/parallel) from 1.20.1 to 1.21.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](https://github.com/grosser/parallel/compare/v1.20.1...v1.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 10:13:03 +00:00
dependabot[bot]
96e7c65a00
build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](5a8bb4701e...f32b3a3741)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 10:12:45 +00:00
Mike McQuaid
ab281b0553
Merge pull request #12054 from Bo98/upgrade-fix
Fix undefined method error following CannotInstallFormulaError
2021-09-14 11:02:04 +01:00
Mike McQuaid
6992ad0caa
rubocops/uses_from_macos: remove versioned aliases.
It makes more sense to use the unversioned formulae with `uses_from_macos`
because macOS isn't shipping multiple versions of this.

If you wish to e.g. pin to a specific version you can do that by specifying the
dependency directly in an `os_linux` block.
2021-09-14 11:01:42 +01:00
BrewTestBot
b567c87357
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2021-09-14 10:01:10 +00:00