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 .
- Apr 13, 2020
-
-
Mike McQuaid authored
Otherwise this is just doing `rubocop` checks.
-
Mike McQuaid authored
This is no longer used anywhere.
-
- Mar 05, 2020
-
-
Mike McQuaid authored
-
- Dec 18, 2019
-
-
Gautham Goli authored
-
- Dec 11, 2019
-
-
Gautham Goli authored
-
- Oct 05, 2019
-
-
Markus Reiter authored
-
- Apr 30, 2019
-
-
Mike McQuaid authored
-
- Apr 20, 2019
-
-
Mike McQuaid authored
-
- Apr 17, 2019
-
-
Mike McQuaid authored
-
- Jan 31, 2019
-
-
Mike McQuaid authored
-
- Nov 08, 2018
-
-
Gautham Goli authored
-
- Sep 20, 2018
-
-
Mike McQuaid authored
-
- Jun 07, 2018
-
-
Andrew Janke authored
-
Andrew Janke authored
-
- Apr 08, 2018
-
-
Mike McQuaid authored
Fix various circular requirements, method redefinitions, etc.
-
- Mar 25, 2018
-
-
Mike McQuaid authored
It's really noisy and too pedantic for us to use now but I got it working locally and used `--fix` to generate #3981 so let's add it as an option for now.
-
- Feb 02, 2018
-
-
EricFromCanada authored
and improve wording or formatting where necessary.
-
- Jan 16, 2018
-
-
Mike McQuaid authored
-
- Jan 07, 2018
-
-
Mike McQuaid authored
This matches the version that supports Ruby 2.3.3 syntax (which is the version we use).
-
- Oct 10, 2017
-
-
Markus Reiter authored
-
- Oct 08, 2017
-
-
Markus Reiter authored
-
- Sep 20, 2017
-
-
Gautham Goli authored
-
- Jul 18, 2017
-
-
Gautham Goli authored
-
- Jul 16, 2017
-
-
Gautham Goli authored
-
- Jul 03, 2017
-
-
Gautham Goli authored
-
- Jun 30, 2017
-
-
Gautham Goli authored
-
- Jun 12, 2017
-
-
Mike McQuaid authored
-
- Jun 04, 2017
-
-
Markus Reiter authored
-
- 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
-