Markus Reiter
0184e271d8
Fix RuboCop offenses.
2020-11-17 11:09:55 +01:00
Markus Reiter
e41b3e8741
Update Gems.
2020-11-17 11:09:55 +01:00
Markus Reiter
9f458142b7
Merge pull request #9146 from reitermarkus/upgrade
...
Mention `--greedy` when no casks were upgraded.
2020-11-16 22:03:10 +01:00
Markus Reiter
218d3e2fcb
Merge pull request #8589 from claui/fix-audit-for-files
...
Fix `brew audit Formula/formula.rb`
2020-11-16 21:29:49 +01:00
Markus Reiter
3b7404560a
Exclude casks and formulae with and without /
.
2020-11-16 20:44:10 +01:00
Claudia
b36fd8ebd9
Fix brew audit Formula/formula.rb
...
Fix a regression introduced in PR #8542 , which wouldn’t exclude
formulae and casks from stricter style checks properly unless tapped.
This caused `brew audit Formula/formula.rb` to report violations which
were not meant for formulae and casks.
The fix is to add Exclude patterns for formulae and casks in any
`git clone`d tap’s working tree.
Working outside of the productive Homebrew installation makes sure that
the latter doesn’t interfere with development, and vice versa.
It also helps track work in progress, especially if one tends to forget
things.
2020-11-16 20:01:48 +01:00
Markus Reiter
3ee66d8c0d
Add type annotations related to upgrade.
2020-11-16 19:45:15 +01:00
Mike McQuaid
07b3aa69f8
Merge pull request #9151 from MikeMcQuaid/unlink_versioned_formulae_keg_only
...
unlink: unlink only keg-only versioned formulae.
2.5.11
2020-11-16 15:23:15 +00:00
Mike McQuaid
2b9edf72bc
unlink: unlink only keg-only versioned formulae.
...
As otherwise we unlink those that don't conflict e.g. `gcc@8` and
`gcc@9`.
2020-11-16 14:45:15 +00:00
Mike McQuaid
40cc423fa1
Merge pull request #9136 from EricFromCanada/man-page-formatting
...
Update manpage formatting
2020-11-16 14:39:47 +00:00
Mike McQuaid
76ef45fac7
Merge pull request #9134 from Rylan12/pr-pull-ci-cyntax-only
...
pr-pull: skip bottles for CI-syntax-only PRs
2020-11-16 14:20:26 +00:00
Mike McQuaid
c1ff5efb5a
docs/vale-styles/Homebrew/Titles: fix Linux reference.
2020-11-16 13:59:45 +00:00
EricFromCanada
72bc057014
manpage: fixes for formatting
2020-11-16 08:02:50 -05:00
EricFromCanada
f784b7107f
manpage: fixes for grammar
2020-11-16 07:56:50 -05:00
EricFromCanada
19f3acea41
manpage: update instructions & description in template file
2020-11-16 07:56:50 -05:00
EricFromCanada
eb16624c5f
manpage: reformat lists of subcommands & env vars
...
Modify parser.rb to add a colon between each term and the line break, which `ronn` converts into a definition list.
The <br> that follows ensures each term description is on a new line in the manpage output, and also replaces the
double trailing space for generating the hard return that follows each term in the HTML output.
Also modify man.rb to print environment variables with list markup matching the cask commands, and then drop
trailing colons from both lists of terms (cask commands, env vars) and non-list terms (analytics, bundle, services;
a <br> is added here because it would prevent the term description from being indented in the manpage output).
https://docs.brew.sh/Manpage#cask-command-options-cask
2020-11-16 07:56:50 -05:00
Mike McQuaid
aaa38b6a35
Merge pull request #9109 from SeekingMeaning/automerge/exclude-linux-only
...
pr-automerge: don't automerge PRs with linux-only label
2020-11-16 12:54:59 +00:00
Mike McQuaid
a83336db02
Merge pull request #9105 from samford/expand-livecheck-preprocess_url-tests
...
Expand Livecheck#preprocess_url tests
2020-11-16 12:54:05 +00:00
Mike McQuaid
2675fa03af
Merge pull request #9144 from dtrodrigues/discussions
...
docs - remove Discourse from communication methods
2020-11-16 12:47:49 +00:00
Mike McQuaid
3844cd6dc5
Merge pull request #9054 from fxcoudert/bigsur
...
macOS Big Sur
2020-11-16 12:22:34 +00:00
Rylan Polster
79c14e6e38
Merge pull request #9147 from Homebrew/dependabot/bundler/docs/html-proofer-3.17.0
...
build(deps-dev): bump html-proofer from 3.16.0 to 3.17.0 in /docs
2020-11-16 01:53:53 -05:00
dependabot[bot]
e3934cb677
build(deps-dev): bump html-proofer from 3.16.0 to 3.17.0 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.16.0...v3.17.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16 05:58:28 +00:00
Markus Reiter
7893d316ab
Mention --greedy
when no casks were upgraded.
2020-11-16 04:35:55 +01:00
Markus Reiter
39d2152633
Merge pull request #9124 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.3.0
...
build(deps): bump rubocop from 1.2.0 to 1.3.0 in /Library/Homebrew
2020-11-16 03:44:31 +01:00
Markus Reiter
bfe9598fa9
Disable Lint/DuplicateBranch
cop for formulae and casks.
2020-11-16 03:13:39 +01:00
Markus Reiter
1b732ec7b2
Fix RuboCop offenses.
2020-11-16 02:05:29 +01:00
Markus Reiter
f2693a0a00
brew vendor-gems: commit updates.
2020-11-16 02:03:45 +01:00
Rylan Polster
20ee7e8881
add Lint/DuplicateBranch cop exceptions
2020-11-16 02:02:52 +01:00
Rylan Polster
50890ebd51
fix Lint/DuplicateBranch style
2020-11-16 02:02:52 +01:00
Rylan Polster
dda0dc72a7
format note comments
2020-11-16 02:02:52 +01:00
dependabot[bot]
7fb1e8be87
build(deps): bump rubocop from 1.2.0 to 1.3.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 1.2.0 to 1.3.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.2.0...v1.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16 02:02:52 +01:00
Dustin Rodrigues
1c925d52fe
docs - remove Discourse from communication methods
2020-11-15 13:20:03 -05:00
Eric Knibbe
82e1b27624
Merge pull request #9138 from EricFromCanada/cache-path-cleaned
...
cleanup.rb: ensure cache exists before touching .cleaned
2020-11-15 09:17:37 -05:00
Jonathan Chang
63b03fb8e6
Merge pull request #9141 from jonchang/old-macos-audits
...
audit: don't error on old OS X versions
2020-11-15 20:51:11 +11:00
Jonathan Chang
fb6159467a
Merge pull request #9137 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6060
...
build(deps): bump sorbet from 0.5.6049 to 0.5.6060 in /Library/Homebrew
2020-11-15 17:21:09 +11:00
Jonathan Chang
e547e3aba9
audit: don't error on old OS X versions
2020-11-15 17:18:32 +11:00
Markus Reiter
d21f1e0390
Merge pull request #9140 from eltociear/patch-1
...
bintray: fix typo in it comment
2020-11-15 07:11:48 +01:00
Ikko Ashimine
1e07b77f49
bintray: fix typo in it comment
...
non-existant -> non-existent
2020-11-15 13:42:01 +09:00
dependabot[bot]
53e3177ee8
build(deps): bump sorbet from 0.5.6049 to 0.5.6060 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.6049 to 0.5.6060.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-15 00:36:28 +00:00
Jonathan Chang
1f8dc4886a
Merge pull request #9115 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-macho-2.5.0
...
build(deps): bump ruby-macho from 2.2.0 to 2.5.0 in /Library/Homebrew
2020-11-15 11:29:49 +11:00
Francois-Xavier Coudert
64bc1109d1
Xcode 12.2 is released
2020-11-14 23:57:13 +01:00
Francois-Xavier Coudert
b6c18230cf
macOS Big Sur is released
2020-11-14 23:56:36 +01:00
EricFromCanada
19a382570c
cleanup.rb: ensure cache exists before touching .cleaned
2020-11-14 10:48:10 -05:00
Jonathan Chang
023df124bd
Merge pull request #9135 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.6060
...
build(deps): bump sorbet-runtime from 0.5.6040 to 0.5.6060 in /Library/Homebrew
2020-11-15 02:20:19 +11:00
dependabot[bot]
deeb9193f1
build(deps): bump sorbet-runtime in /Library/Homebrew
...
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet ) from 0.5.6040 to 0.5.6060.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-14 13:43:06 +00:00
Jonathan Chang
fd15352ea4
Merge pull request #9116 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6049
...
build(deps): bump sorbet from 0.5.6042 to 0.5.6049 in /Library/Homebrew
2020-11-15 00:42:26 +11:00
Jonathan Chang
c7ffe46b2d
brew vendor-gems: commit updates.
2020-11-15 00:39:57 +11:00
dependabot[bot]
b81b5ed698
build(deps): bump ruby-macho from 2.2.0 to 2.5.0 in /Library/Homebrew
...
Bumps [ruby-macho](https://github.com/Homebrew/ruby-macho ) from 2.2.0 to 2.5.0.
- [Release notes](https://github.com/Homebrew/ruby-macho/releases )
- [Commits](https://github.com/Homebrew/ruby-macho/compare/2.2.0...v2.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-15 00:39:18 +11:00
Rylan Polster
e14ce96f22
pr-pull: skip bottles for CI-syntax-only PRs
2020-11-14 02:52:43 -05:00
Claudia Pellegrino
e945b1c42a
Merge pull request #9102 from fxcoudert/sign
...
keg: add codesigning
2020-11-14 08:00:01 +01:00