aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2017-06-01Try moving back to `Library/Homebrew/test`.Markus Reiter
2017-06-01Move `.codecov.yml` to root.JCount
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-06-01Fix curl invocation in Hbc::DSL::Appcast.Kiyoshi '13k' Murata
2017-05-31Fix operator spacing.Markus Reiter
2017-05-31audit: Port audit_caveats method to rubocop and add testsGautham Goli
2017-05-31Merge pull request #2697 from mistydemeo/cask_fix_cabextractMisty De Meo
2017-05-31Merge pull request #2700 from sjackman/env-std-linuxMike McQuaid
2017-05-30cabextract: remove -t testMisty De Meo
2017-05-30vendor-install: use Ruby as a sha256 fallbackMisty De Meo
2017-05-30Pathname: use Digest::SHA256 aliasMisty De Meo
2017-05-30Merge pull request #2704 from MikeMcQuaid/jenkins-brew-shMike McQuaid
2017-05-30Update jenkins.brew.sh links.Mike McQuaid
2017-05-30Stdenv: Add ENV.libxml2 and ENV.x11 for LinuxBob W. Hogg
2017-05-30Use relevant methods to consolidate logic in text_cop.rbGautham Goli
2017-05-30Refactor and add more methods in formula_cop.rbGautham Goli
2017-05-30audit: Port audit_text method to rubocop and add testsGautham Goli
2017-05-30Add methods in FormulaCop to find method nodes, dependency nodesGautham Goli
2017-05-30Fix Linux buildMike McQuaid
2017-05-30Merge pull request #2695 from MikeMcQuaid/pin-bundler-versionMike McQuaid
2017-05-29check_non_libraries: fix false positive subdirectory reportsMisty De Meo
2017-05-29tests: install specific Bundler version.Mike McQuaid
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-29Use parallel RuboCopMike McQuaid
2017-05-29Merge pull request #2663 from reitermarkus/lockfileMarkus Reiter
2017-05-29Use `Formatter::pluralize` where possible.Markus Reiter
2017-05-29update-test: tweak more edge cases.Mike McQuaid
2017-05-29update-test: improve no tags found messaging.Mike McQuaid
2017-05-29Merge pull request #2682 from MikeMcQuaid/improve-installed-messagingMike McQuaid
2017-05-29Merge pull request #2687 from issyl0/fix_formula_description_regexMike McQuaid
2017-05-29Remove unused `popen_read_text` method.Markus Reiter
2017-05-29Use `XDG_CACHE_HOME` for RuboCop.Markus Reiter
2017-05-29Match the "formula name in description" on word boundariesIsabell Long
2017-05-27diagnostic: move some more macOS doctor checks.Mike McQuaid
2017-05-27Improve some `brew install` messaging.Mike McQuaid
2017-05-25Merge pull request #2624 from mistydemeo/use_python_flockMisty De Meo
2017-05-25Use `LockFile` instead of `Hbc::Utils::file_locked?`.Markus Reiter
2017-05-25Rename `FormulaLock` to `LockFile`.Markus Reiter
2017-05-24Also move `--binarydir` to `compat/*`.Markus Reiter
2017-05-24Deprecate `--caskroom` flag.Markus Reiter
2017-05-24Merge pull request #2678 from reitermarkus/fix-cli-default-optionsMarkus Reiter
2017-05-24Merge pull request #2675 from mistydemeo/vendor_compatibility_fixesMisty De Meo
2017-05-24Add test for `--binaries` default value.Markus Reiter
2017-05-24Fix `--binaries` not using default value.Markus Reiter
2017-05-24Merge pull request #2598 from tdsmith/relocate-virtualenv-orig-prefixTim D. Smith
2017-05-24lock: simplify ruby conditionalMisty De Meo
2017-05-23brew.sh: don't call xcode-select if it doesn't existMisty De Meo
2017-05-23vendor-install: fix array syntax for old bashMisty De Meo
2017-05-23vendor-install: check -x on output of whichMisty De Meo
2017-05-23lock: check tools are executableMisty De Meo