Skip to content
Snippets Groups Projects
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 .
  1. May 30, 2017
    • Mike McQuaid's avatar
      Use parallel RuboCop · 4356016b
      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.
      4356016b
  2. May 29, 2017
  3. May 08, 2017
  4. May 07, 2017
    • Mike McQuaid's avatar
      Vendor all Homebrew's gems. · ee253e46
      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.
      ee253e46
  5. May 03, 2017
  6. Mar 08, 2017
  7. Feb 13, 2017
  8. Jan 28, 2017
  9. Nov 21, 2016
  10. Nov 14, 2016
  11. Oct 22, 2016
    • Mike McQuaid's avatar
      Update Rubocop style. · 1f963267
      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.
      1f963267
  12. Oct 02, 2016
  13. Oct 01, 2016
  14. Sep 30, 2016
  15. Sep 23, 2016
  16. Sep 19, 2016
  17. Sep 17, 2016
  18. Jul 17, 2016
  19. Jul 12, 2016
    • Martin Afanasjew's avatar
      style: use RuboCop 0.41.2, adjust defaults (#489) · 768ba34b
      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).
      768ba34b
  20. Jul 04, 2016
    • Martin Afanasjew's avatar
      style: use RuboCop 0.41.1 (#433) · a49f3a8e
      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).
      a49f3a8e
  21. Jun 01, 2016
  22. Apr 22, 2016
  23. Apr 14, 2016
  24. Feb 13, 2016
  25. Jan 17, 2016
  26. Nov 11, 2015
  27. Sep 24, 2015
  28. Sep 09, 2015
  29. Sep 08, 2015
Loading