dependabot-preview[bot]
99368c0171
build: bump yell from 2.2.0 to 2.2.1 in /docs
...
Bumps [yell](https://github.com/rudionrails/yell ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/rudionrails/yell/releases )
- [Commits](https://github.com/rudionrails/yell/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 21:49:47 +00:00
Mike McQuaid
cfe2f5bfda
Merge remote-tracking branch 'origin/master' into add_change_origin_command
2019-12-30 10:39:28 +00:00
Mike McQuaid
355626ac51
Tweak/fix Git remote configuration behaviour.
2019-12-30 10:38:47 +00:00
Mike McQuaid
10a7117f9a
Merge pull request #6867 from Homebrew/dependabot/bundler/docs/tzinfo-1.2.6
...
build: bump tzinfo from 1.2.5 to 1.2.6 in /docs
2019-12-25 15:28:54 +00:00
dependabot-preview[bot]
3f79b59f63
build: bump tzinfo from 1.2.5 to 1.2.6 in /docs
...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/tzinfo/tzinfo/releases )
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md )
- [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.5...v1.2.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-24 17:30:21 +00:00
dependabot-preview[bot]
f2059fc73f
build: bump rb-inotify from 0.10.0 to 0.10.1 in /docs
...
Bumps [rb-inotify](https://github.com/guard/rb-inotify ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/guard/rb-inotify/releases )
- [Commits](https://github.com/guard/rb-inotify/compare/v0.10.0...v0.10.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-24 07:24:50 +00:00
dependabot-preview[bot]
9a7e822457
build: bump html-pipeline from 2.12.2 to 2.12.3 in /docs
...
Bumps [html-pipeline](https://github.com/jch/html-pipeline ) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/jch/html-pipeline/releases )
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jch/html-pipeline/compare/v2.12.2...v2.12.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 17:58:59 +00:00
dependabot-preview[bot]
04a17eb067
build: bump activesupport from 6.0.2 to 6.0.2.1 in /docs
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.0.2 to 6.0.2.1.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.0.2.1/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.0.2...v6.0.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 19:56:56 +00:00
Issy Long
cca8138a59
docs: Title-case every h1 it made sense to title-case
2019-12-18 16:09:08 +00:00
Issy Long
ed4cc753d1
docs: Make 'how to open a PR' title match filename
...
- This is a bit of a cheat to get around the titlecase lint. But I
wasn't sure whether to ignore it or not. And there've been previous
comments about making filenames match titles, so...
2019-12-18 16:09:08 +00:00
Issy Long
3771a60720
docs: Fix typo in Homebrew/linuxbrew-core repo name
2019-12-18 16:09:07 +00:00
Issy Long
dac41ba275
Scope the Vale "terms" substitution lint to paragraphs only
...
- This clears up the final four title-case "Pull Request" in titles,
which are correct.
2019-12-18 16:09:07 +00:00
Issy Long
a5ffdc6c5a
Use Title Case in h1 headings and sentence case in all others
...
- I wrote about the implications of (not) doing this in the PR
(https://github.com/Homebrew/brew/pull/6826#issuecomment-564273209 ),
but in summary:
- It looks like pretty much the only place we've ever adhered to the
sentence case rule is the Prose Guidelines itself.
- Correcting all these to sentence case would be a lot of work (and
sometimes not even make sense).
- Admittedly, some of the title case ones look a bit horrible, but
even with some allowed exceptions, but it's better than being
consistently inconsistent.
- Only lint for title case in h1 headings. H2s and H3s etc. can be
sentence case. There's not currently a lint for that.
2019-12-18 16:09:07 +00:00
Issy Long
b90e01c524
docs: Replace repo with repository everywhere it's a single word
2019-12-18 16:09:06 +00:00
Issy Long
d43aba643d
FAQ: Replace Max's pronoun with his name
...
- For some reason, the documented way of disabling a style for a
specific section of Markdown text[1] didn't work for disabling the
pronoun lint here. This is about the only place we have a legitimate
need for it. Instead, sadly, squash this linting error by using his
name.
- Also adjust the sentence for further clarity in light of this.
[1] - https://errata-ai.github.io/vale/config/#ignoring-parts-of-your-documents
2019-12-18 16:09:06 +00:00
Issy Long
6a200cb88a
docs: Fix double-spacing after full stop issues
2019-12-18 16:09:06 +00:00
Issy Long
f2c9e55d7a
Don't lint the style guide doc - it deliberately shows bad examples
2019-12-18 16:09:05 +00:00
Issy Long
2a53448685
Add Vale linting for our docs
...
- I noticed that another open source project had taken the Homebrew
style guide and made it into [Vale linting
rules](https://github.com/testthedocs/vale-styles/tree/master/Homebrew ).
This copies them into here, so that we can make use of them. Thanks!
- What use is a style guide if our own docs don't at least try to
adhere to it? This aims to make the rules more visible to all
contributors.
- In order for these to do anything, you'll have to `brew install vale`
and run `vale` in the root of this repo. It will look for Markdown
files.
- A next step would be adding this as a pre-commit hook, or...
- The GitHub Action would have been really good, but [it doesn't support
forks](https://github.com/errata-ai/vale-action#limitations ).
2019-12-17 21:42:53 +00:00
Mike McQuaid
d556d02cd4
Merge pull request #6835 from EricFromCanada/input-handling
...
cmd/dev-cmd: improve handling of invalid input
2019-12-15 15:37:21 +00:00
EricFromCanada
c246207ba0
cmd: updates for command descriptions
2019-12-13 15:24:00 -05:00
dependabot-preview[bot]
87e18954f9
build: bump activesupport from 6.0.1 to 6.0.2 in /docs
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.0.2/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-13 18:29:09 +00:00
dependabot-preview[bot]
da52731847
build: bump html-proofer from 3.14.1 to 3.15.0 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.14.1 to 3.15.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.14.1...v3.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-13 16:01:09 +00:00
Mike McQuaid
ce22e8b633
docs/Homebrew-on-Linux: update Twitter.
2019-12-09 15:31:25 +00:00
dependabot-preview[bot]
c1eb7b8aef
build: bump listen from 3.2.0 to 3.2.1 in /docs
...
Bumps [listen](https://github.com/guard/listen ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/guard/listen/releases )
- [Commits](https://github.com/guard/listen/compare/v3.2.0...v3.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-05 13:06:22 +00:00
dependabot-preview[bot]
b0b0d22da3
build: bump github-pages from 202 to 203 in /docs
...
Bumps [github-pages](https://github.com/github/pages-gem ) from 202 to 203.
- [Release notes](https://github.com/github/pages-gem/releases )
- [Commits](https://github.com/github/pages-gem/compare/v202...v203 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 16:57:34 +00:00
Mike McQuaid
88a1334664
Merge pull request #6790 from raimon49/update-alternative-installation-linuxbrew
...
Update document about Alternative Installation
2019-11-28 14:43:03 +00:00
Mike McQuaid
f5087986e7
Merge pull request #6787 from gfguthrie/remove-standard-compilers
...
Remove STANDARD_COMPILERS & references to it
2019-11-28 14:42:07 +00:00
raimon
90ec6bd500
Update document about Alternative Installation
...
Symbolic link creation does not depend on current directory
2019-11-28 21:21:44 +09:00
dependabot-preview[bot]
c12c998c31
build: bump faraday from 0.17.0 to 0.17.1 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/lostisland/faraday/releases )
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lostisland/faraday/compare/v0.17.0...v0.17.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-28 05:13:51 +00:00
Grant Guthrie
178a4e55c2
Remove STANDARD_COMPILERS & references to it
2019-11-27 15:38:11 -05:00
Mike McQuaid
300e0a706a
Merge pull request #6775 from Homebrew/dependabot/bundler/docs/ffi-1.11.3
...
build: bump ffi from 1.11.2 to 1.11.3 in /docs
2019-11-25 16:11:30 +00:00
dependabot-preview[bot]
816d6a0929
build: bump ffi from 1.11.2 to 1.11.3 in /docs
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/ffi/ffi/releases )
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ffi/ffi/compare/1.11.2...1.11.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25 14:20:20 +00:00
dependabot-preview[bot]
161d9ede66
build: bump parallel from 1.19.0 to 1.19.1 in /docs
...
Bumps [parallel](https://github.com/grosser/parallel ) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/grosser/parallel/releases )
- [Commits](https://github.com/grosser/parallel/compare/v1.19.0...v1.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25 05:14:59 +00:00
Mike McQuaid
28635a7fe4
Merge pull request #6723 from maxim-belkin/gh-actions/no-fork-prs
...
bump-formula-pr: enable same-repo (no-fork) Pull Requests
2019-11-22 09:06:48 +00:00
Mike McQuaid
bf74cd994b
Merge pull request #6760 from MikeMcQuaid/test_bot_logic_to_actions
...
Move some brew-test-bot logic to GitHub Actions.
2019-11-21 22:00:32 +00:00
Mike McQuaid
04835db85e
Move some brew-test-bot logic to GitHub Actions.
...
This will improve the output and ease of parsing while allowing code to
be removed from brew-test-bot which relates only to a single repo (this
one).
2019-11-21 19:50:23 +00:00
Maxim Belkin
407baf4bcd
Update docs and man pages
2019-11-21 11:13:10 -06:00
EricFromCanada
7ae87373ed
info: raise on invalid category for formula analytics
2019-11-21 11:45:50 -05:00
dependabot-preview[bot]
b5e3c35ce8
build: bump html-proofer from 3.13.0 to 3.14.1 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.13.0 to 3.14.1.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.13.0...v3.14.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-17 22:55:10 +00:00
Jonathan Chang
1f7d9e432c
docs: New linuxbrew + bump-formula-pr changes
2019-11-17 12:24:06 +11:00
dependabot-preview[bot]
a9c193536d
build: bump html-pipeline from 2.12.1 to 2.12.2 in /docs
...
Bumps [html-pipeline](https://github.com/jch/html-pipeline ) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/jch/html-pipeline/releases )
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jch/html-pipeline/compare/v2.12.1...v2.12.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-14 16:13:27 +00:00
Mike McQuaid
9d539d6b3b
Merge pull request #6704 from MikeMcQuaid/deprecation-disable-remove
...
Handle 2.2.0 deprecations/disableds
2019-11-13 17:26:30 -08:00
dependabot-preview[bot]
6afc4f64db
build: bump parallel from 1.18.0 to 1.19.0 in /docs
...
Bumps [parallel](https://github.com/grosser/parallel ) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/grosser/parallel/releases )
- [Commits](https://github.com/grosser/parallel/compare/v1.18.0...v1.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-13 17:32:29 +00:00
dependabot-preview[bot]
b06db563ae
build: bump html-pipeline from 2.12.0 to 2.12.1 in /docs
...
Bumps [html-pipeline](https://github.com/jch/html-pipeline ) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/jch/html-pipeline/releases )
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jch/html-pipeline/compare/v2.12.0...v2.12.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-13 16:07:23 +00:00
Mike McQuaid
a6f244dfc7
Merge pull request #6726 from Homebrew/dependabot/bundler/docs/rake-13.0.1
...
build: bump rake from 13.0.0 to 13.0.1 in /docs
2019-11-11 21:48:41 -08:00
dependabot-preview[bot]
b35c572d27
build: bump rake from 13.0.0 to 13.0.1 in /docs
...
Bumps [rake](https://github.com/ruby/rake ) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/ruby/rake/releases )
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc )
- [Commits](https://github.com/ruby/rake/compare/v13.0.0...v13.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-12 05:14:05 +00:00
dependabot-preview[bot]
023e762f13
build: bump ffi from 1.11.1 to 1.11.2 in /docs
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/ffi/ffi/releases )
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ffi/ffi/compare/1.11.1...1.11.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 20:50:06 +00:00
Mike McQuaid
176297d361
Handle 2.2.0 deprecations/disableds
...
- Make all `odeprecated` from 2.1.0 `odisabled` instead
- Remove dead code that won't be run now
- Remove (unused) `or_later` handling for bottles
2019-11-06 15:25:40 +00:00
Issy Long
add10c64f1
Linux Maintainer Guide: Reflect recent changes to tap commands
...
- We recently changed the name of the Linux commands tap from
Linuxbrew/homebrew-developer to Homebrew/homebrew-linux-dev in our
continual efforts to move away from the Linuxbrew name. Related to
this, we changed the comment produced by `brew build-bottle-pr` to
simply "Linux".
- We also [changed `brew
find-formulae-to-bottle`](https://github.com/Homebrew/homebrew-linux-dev/pull/130 )
so that it will build a bottle for a formula even if it has a macOS
requirement. There were cases like `go` that build perfectly fine on
Linux.
2019-11-04 19:22:16 +00:00
dependabot-preview[bot]
6f214c61cd
build: bump nokogiri from 1.10.4 to 1.10.5 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 19:43:26 +00:00