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
-
-
Mike McQuaid authored
Some arriving, some leaving.
-
Mike McQuaid authored
build: bump rubocop from 0.75.0 to 0.75.1 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.75.0 to 0.75.1. - [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/v0.75.0...v0.75.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
Raise deprecation exceptions in tests
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Previously tests which hit `odeprecated` would print warnings but not always raise exceptions or fail. Combine this with the ability to have `odeprecated` to turn into `odisabled` on certain dates and you have tests that may fail just on the clock changing (this is bad). Instead, ensure that tests always raise deprecations as exceptions so that new deprecations will have their tests handled immediately.
-
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
-