This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 30, 2017
-
-
Mike McQuaid authored
This requires updating to Rubocop 0.49.0 which will require some fixes to rules, in Homebrew/brew and Homebrew/homebrew-core but opening this for now so I remember.
-
- May 29, 2017
-
-
Markus Reiter authored
-
- May 08, 2017
-
-
Markus Reiter authored
-
Mike McQuaid authored
This reverts commit 3e4547f5, reversing changes made to 6edf9382.
-
- May 07, 2017
-
-
Mike McQuaid authored
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
-
- May 03, 2017
-
-
Mike McQuaid authored
This passed a symbol to `:except_cops` which caused a
💥 . -
Mike McQuaid authored
This avoids an error when RuboCop installed installed yet. CC @GauthamGoli FYI.
-
Gautham Goli authored
-
Gautham Goli authored
Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict
-
Gautham Goli authored
-
- Mar 08, 2017
-
-
Mike McQuaid authored
- Check if the JSON is definitely invalid (< 2 characters) - Output the arguments that were passed to Rubocop
-
- Feb 13, 2017
-
-
Markus Reiter authored
-
- Jan 28, 2017
-
-
Dominyk Tiller authored
-
- Nov 21, 2016
-
-
William Woodruff authored
-
- Nov 14, 2016
-
-
Markus Reiter authored
-
- Oct 22, 2016
-
-
Mike McQuaid authored
Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed.
-
- Oct 02, 2016
-
-
Markus Reiter authored
-
Mike McQuaid authored
-
- Oct 01, 2016
-
-
Mike McQuaid authored
This allows having a shared style that’s use for Homebrew/brew and taps which can be overridden by Homebrew/brew.
-
- Sep 30, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Sep 23, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- Sep 19, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Sep 17, 2016
-
-
Mike McQuaid authored
-
- Jul 17, 2016
-
-
Margaret Lewicka authored
If rubocop invocation from brew audit exits with nil exitstatus, brew audit fails with 'undefined method `>' for nil:NilClass'.
-
- Jul 12, 2016
-
-
Martin Afanasjew authored
Changes to our style configuration: - Consolidate all rules related to Ruby 1.8 compatibility in one place. - Codify our de-facto preference for `alias_method` over `alias` (drops offense count by 54 after turning this on). - Drop `Style/SignalException` as `only_raise` has been the new default for quite a while (since RuboCop 0.37.0).
-
- Jul 04, 2016
-
-
Martin Afanasjew authored
Tweak `Style/NumericLiteralPrefix` cop settings as we're using octal literals a lot (both in formulae and the package manager) for file permissions and aren't ready just yet to transition them to the more beginner-friendly `0o` prefix (instead of the more obscure `0` prefix).
-
- Jun 01, 2016
-
-
Martin Afanasjew authored
-
- Apr 22, 2016
-
-
Andrew Janke authored
This collects all violations for each formula in a single place, instead of doing `brew style` outputs for all formulae first, and then the other audit checks. Closes #112. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
- Apr 14, 2016
-
-
Dominyk Tiller authored
(#85)
-
- Feb 13, 2016
-
-
Dominyk Tiller authored
Closes Homebrew/homebrew#49084. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Jan 17, 2016
-
-
Bob W. Hogg authored
Stop using Style/TrailingComma as it is no longer recognized and start using Style/TrailingCommaInArguments and Style/TrailingCommaInLiteral instead. Closes Homebrew/homebrew#48144. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Nov 11, 2015
-
-
Dominyk Tiller authored
-
- Sep 24, 2015
-
-
Dominyk Tiller authored
-
- Sep 09, 2015
-
-
Dominyk Tiller authored
-
- Sep 08, 2015
-
-
Tomasz Pajor authored
Closes Homebrew/homebrew#43650. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-