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 .
- Oct 15, 2019
-
-
Markus Reiter authored
Cask: only quarantine working symlinks
-
- Oct 14, 2019
-
-
L. E. Segovia authored
Fixes Homebrew/homebrew-cask#70796
-
Markus Reiter authored
Move condition to nested `if` statement.
-
Markus Reiter authored
-
Markus Reiter authored
Fix `Dmg` detection.
-
Markus Reiter authored
-
Issy Long authored
Bump Rubocop's `TargetRubyVersion` to 2.6 and fix all offenses
-
Mike McQuaid authored
-
Mike McQuaid authored
upgrade: reject formulae checked in earlier levels
-
Issy Long authored
- Only try to call `.match?` on strings that aren't nil.
-
Markus Reiter authored
Fix `Dmg` being detected as `Tar`.
-
- Oct 13, 2019
-
-
Markus Reiter authored
-
Issy Long authored
- To have the audit commands continue to work, and the tests passing (the previous error was [1]), everywhere we're trying to `.match?(text)`, instead do `.match?(text.to_s)`. [1] 5) Homebrew::FormulaAuditor#audit_file __END__ but no DATA Failure/Error: fa.audit_file TypeError: no implicit conversion of Homebrew::FormulaText into String # ./dev-cmd/audit.rb:267:in `match?' # ./dev-cmd/audit.rb:267:in `audit_file' # ./test/dev-cmd/audit_spec.rb:137:in `block (3 levels) in <module:Homebrew>'
-
Issy Long authored
- The final two `brew style` offenses were for Metrics/LineLength where parsing the GitHub diff URL as a regex took 119/118 lines. - This disables the cop for each of those long, problematic lines, and re-enables them straight afterwards, else they'd apply to the whole file from the first occurrence onwards, which we probably don't want? - I wondered about increasing the LineLength limit to 119 or 120, but it appears to have been set for a justifiable reason in 80d75bc0.
-
Issy Long authored
-
Issy Long authored
-
Issy Long authored
-
Issy Long authored
-
Issy Long authored
-
Issy Long authored
-
Issy Long authored
- These didn't appear in the first pass as the other offense fixes caused them.
-
Issy Long authored
-
Issy Long authored
-
Issy Long authored
- This also required auto-fixes for Layout/EmptyLinesAroundBlockBody and Layout/InconsistentIndentation once the auto-fixer had got rid of the "redundant begin"s.
-
Issy Long authored
-
Issy Long authored
- This was set to 2.3 because Homebrew was running Ruby 2.3.7. Since https://github.com/Homebrew/brew/pull/6556, we're running 2.6.3. With this change, Rubocop will check against modern Ruby syntax.
-
L. E. Segovia authored
-
Mike McQuaid authored
bash completion example should not call brew if brew doesn't exist
-
- Oct 12, 2019
-
-
Mike McQuaid authored
remove /usr/bin/xattr unsupported -s option in macOS 10.15
-
Mike McQuaid authored
Remove uneeded warning when searching for a cask migrated from formula
-
L. E. Segovia authored
-
Thomas Plaçais authored
-
- Oct 11, 2019
-
-
Andy Lester authored
-
ytqh authored
-
Mike McQuaid authored
Docs: Add cask instructions to tap docs
-
Mike McQuaid authored
Show correct message when invalid arguments are passed to brew
-
Mike McQuaid authored
Expose `uses_from_macos` list in formula API
-
Mike McQuaid authored
Fix frozen string bug
-
Mike McQuaid authored
-
Jacob Middag authored
-