Mike McQuaid
22fb25d96d
Enable HOMEBREW_BOOTSNAP for developers
...
- Enable it by default if you've run a developer command or set
`HOMEBREW_DEVELOPER`.
- Clarify the documentation that there's various configuration in which
it doesn't work.
I've rolled this out of most of GitHub's developers with no ill effects
and we've enabled it in both CI and for various maintainers so it feels
appropriate to have a bigger rollout.
2021-02-23 09:35:21 +00:00
Dustin Rodrigues
787e6cb75f
Merge pull request #10667 from dtrodrigues/pr-man
2021-02-22 20:58:42 -05:00
Issy Long
e143dfdad6
Merge pull request #10658 from issyl0/rubocop-enable-rspec-context-wording
...
rubocop: Enable RSpec/ContextWording cop & fix offenses
2021-02-23 00:14:02 +00:00
Issy Long
7a0effdf6f
Merge pull request #10659 from issyl0/fix-mismatched-test-descriptions
...
test/rubocops: Fix mismatched test descriptions
2021-02-23 00:13:58 +00:00
Issy Long
8dfaad9ac2
Merge pull request #10665 from issyl0/rubocop-enable-rspec-repeated-example-group-description
...
rubocop: Enable RSpec/RepeatedExampleGroupDescription cop & fix offenses
2021-02-23 00:13:54 +00:00
Dustin Rodrigues
b1bde5f5ba
Merge pull request #10655 from dtrodrigues/no-no-user
...
python: stop passing no-user flag on installation
2021-02-22 16:05:38 -05:00
Dustin Rodrigues
52e1fadb70
Merge pull request #10654 from dtrodrigues/update-plural
...
update-report: use appropriate pronoun in update message
2021-02-22 13:06:16 -05:00
Mike McQuaid
b712bcc01e
Merge pull request #10670 from Bo98/nounzip-stage-fix
...
download_strategy: fix nounzip strategy ignoring block
3.0.2
2021-02-22 14:17:45 +00:00
Bo Anderson
a04c1c83d5
Merge pull request #10669 from Homebrew/dependabot/github_actions/reitermarkus/rerun-workflow-64cba9e834916060e77b7dad424d086837fdd0a6
...
build(deps): bump reitermarkus/rerun-workflow from e2647e8885422412d5acbd61f9add5b1e77ad3ab to 1.1.6
2021-02-22 13:58:41 +00:00
Bo Anderson
da4aa54116
Merge pull request #10668 from Homebrew/dependabot/bundler/docs/html-proofer-3.18.6
...
build(deps-dev): bump html-proofer from 3.18.5 to 3.18.6 in /docs
2021-02-22 13:57:11 +00:00
Bo Anderson
85eb346fb7
download_strategy: fix nounzip strategy ignoring block
2021-02-22 13:48:19 +00:00
dependabot[bot]
55208416cc
build(deps): bump reitermarkus/rerun-workflow
...
Bumps [reitermarkus/rerun-workflow](https://github.com/reitermarkus/rerun-workflow ) from e2647e8885422412d5acbd61f9add5b1e77ad3ab to 1.1.6. This release includes the previously tagged commit.
- [Release notes](https://github.com/reitermarkus/rerun-workflow/releases )
- [Commits](e2647e8885...64cba9e834 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 06:55:14 +00:00
dependabot[bot]
b280741ae1
build(deps-dev): bump html-proofer from 3.18.5 to 3.18.6 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.18.5 to 3.18.6.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.18.5...v3.18.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 05:34:06 +00:00
Dustin Rodrigues
315c905ccd
tests.yml: remove 'brew man --fail-if-changed' in PR tests
2021-02-21 14:16:31 -05:00
Dustin Rodrigues
5ee7949c79
PR template: remove local 'brew man' step now that it's scheduled
2021-02-21 13:51:08 -05:00
Issy Long
ead84825a6
test: Fix all RSpec/RepeatedExampleGroupDescription offenses
2021-02-21 14:06:24 +00:00
Issy Long
80be2007b7
rubocop_rspec: Enable RSpec/RepeatedExampleGroupDescription cop
2021-02-21 13:42:14 +00:00
Issy Long
5793be5b86
test: Change more contexts to describes for better sentences
...
- We could have added "to" to the `RSpec/ContextWording` list of valid
`context` prefixes, but switching these to `describe` is less special.
2021-02-21 13:31:26 +00:00
Nanda H Krishna
cdaf5cca16
Merge pull request #10650 from nandahkrishna/automate-brew-man
...
Add workflow to automate manpage updates
2021-02-20 20:46:07 +05:30
Issy Long
dfebf71e26
test/livecheck/skip_conditions_spec: Even better context wording
...
Co-authored-by: Nanda H. Krishna <nanda.harishankar@gmail.com>
2021-02-20 13:22:47 +00:00
Issy Long
38a427bf0d
test/option_declaration_spec: Align test description with contents
2021-02-20 00:04:05 +00:00
Issy Long
f194b5e983
test/bottle_format_spec: Align test description with contents
2021-02-20 00:03:47 +00:00
Issy Long
83ead25229
rubocop: Disable RSpec/ContextWording for shared_context descs
...
- I couldn't figure out a way to start these with "when", "with" or
"without" given where these are in cop descriptions. Three ignored
things out of 150 problems is a good ratio though.
2021-02-19 23:31:17 +00:00
Issy Long
e1ad07190e
rubocop: Fix RSpec/ContextWording offenses
...
- For some of these I changed `context` to `describe` as it fit better
rather than contriving a "when", "with" or "without", or massively
restructuring the tests.
2021-02-19 23:30:41 +00:00
Issy Long
103f4a8334
rubocop_rspec: Enable RSpec/ContextWording cop
2021-02-19 23:14:34 +00:00
Rylan Polster
5ca03ab4e4
Merge pull request #10634 from Rylan12/regex-parens
...
style: require parentheses around regex arguments
2021-02-19 14:39:25 -05:00
Rylan Polster
3edf569f7e
style: require parentheses around regex arguments
2021-02-19 14:16:27 -05:00
Nanda H Krishna
63175498ed
Merge pull request #10625 from Homebrew/revert-10624-revert-10607-update-issue-templates
...
.github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax.
2021-02-20 00:36:43 +05:30
Dustin Rodrigues
c8e99e5185
python: stop passing no-user flag on installation
2021-02-19 12:49:10 -05:00
nandahkrishna
83255527f3
Add workflow to automate manpage updates
2021-02-19 22:30:56 +05:30
Dustin Rodrigues
81e3aa899d
update-report: use appropriate pronoun in update message
2021-02-19 11:58:01 -05:00
Bo Anderson
3ff5795ae1
Merge pull request #10652 from danielnachun/revert-gcc-linkage-fix
...
cc: revert change to remove linker flag
2021-02-19 02:48:56 +00:00
Bo Anderson
5d9928ba6c
Merge pull request #10653 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2021-02-19 01:30:45 +00:00
BrewTestBot
8f7d1954bb
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-02-19 00:52:43 +00:00
Bo Anderson
41bf1c1c1b
Merge pull request #10646 from Bo98/deps
...
Update dependencies
2021-02-19 00:15:37 +00:00
danielnachun
b2094065fb
cc: prepend gcc libs to args when gcc is a dependency
2021-02-18 16:15:28 -08:00
Mike McQuaid
d1d52e4cb2
Merge pull request #10645 from MikeMcQuaid/macos-to-linux-tests
...
workflows/tests: move more macOS tests to Linux.
2021-02-18 21:21:55 +00:00
Mike McQuaid
f09c428099
workflows/tests: move more macOS tests to Linux.
...
`brew style` is OS independent so let's run all the `brew style` tests
on Linux rather than macOS.
2021-02-18 18:21:16 +00:00
Mike McQuaid
baf61b2dbc
Merge pull request #10642 from Bo98/formulary-remove_const
...
formulary: remove consts on cache clear
2021-02-18 18:15:44 +00:00
Mike McQuaid
8d80bcf1a6
Merge pull request #10643 from MikeMcQuaid/sponsors-code-tweaks
...
dev-cmd/sponsors: tweak code.
2021-02-18 18:02:11 +00:00
Michka Popoff
ef8771ae46
Merge pull request #10606 from danielnachun/fix-gcc-linkage
...
cc: remove unneeded linker flag when building with GCC on Linux
2021-02-18 18:52:59 +01:00
Mike McQuaid
e03a14e41a
Merge pull request #10648 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.3
...
build(deps): bump activesupport from 6.1.2.1 to 6.1.3 in /Library/Homebrew
2021-02-18 17:47:27 +00:00
Mike McQuaid
3929abcd04
Merge pull request #10640 from MikeMcQuaid/bottle_source_fallback_default
...
Make HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK default
2021-02-18 17:42:25 +00:00
Bo Anderson
2da368121c
Merge pull request #10647 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2021-02-18 15:02:49 +00:00
BrewTestBot
01f207b6a4
Update RBI files for activesupport.
2021-02-18 05:59:59 +00:00
BrewTestBot
5f72849398
brew vendor-gems: commit updates.
2021-02-18 05:59:08 +00:00
dependabot[bot]
09c27a7e25
build(deps): bump activesupport in /Library/Homebrew
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.1.2.1 to 6.1.3.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.1.3/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.1.2.1...v6.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18 05:56:55 +00:00
BrewTestBot
0fe758dcb2
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-02-18 00:51:50 +00:00
Nanda H Krishna
53d840c969
Merge pull request #10635 from nandahkrishna/bump-cask-support
...
dev-cmd/bump: add cask support
2021-02-18 02:35:34 +05:30
Nanda H Krishna
c454257ab0
Merge pull request #10636 from nandahkrishna/fix-cask-eql
...
Fix eql? in Cask::Cask
2021-02-18 02:35:32 +05:30