aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-06-23test: require non-keg-only formulae to be linked.Mike McQuaid
This can be overridden with `--force`. As mentioned in: https://github.com/Homebrew/homebrew-core/pull/14525#issuecomment-307838164
2017-06-23formula_installer: runtime reqs of build deps are build reqsilovezfs
so don't consider their absence fatal if we're pouring a bottle.
2017-06-23Added tests for language/javamansimarkaur
2017-06-23Stubbed nil:NilClassmansimarkaur
2017-06-23Attempt to fix testsmansimarkaur
2017-06-23Avoided the prepend_path not existing method errormansimarkaur
2017-06-23Added test for non existent node formula and existent npmrcmansimarkaur
2017-06-23Added rescue FormulaUnavailableError to setup_npm_environmentmansimarkaur
2017-06-23stubbed the node formulamansimarkaur
2017-06-23Improved test qualitymansimarkaur
2017-06-23Fixed style errorsmansimarkaur
2017-06-23Added tests for language/node.rbmansimarkaur
2017-06-22pkgconfig: update libcurl for 10.13Dominyk Tiller
2017-06-22os/mac/xcode: enforce minimum CLT version on 10.13Dominyk Tiller
2017-06-22os/mac/xcode: update CLT Clang for 10.13Dominyk Tiller
2017-06-22diagnostic: Update whitelisted dylib used by Symantec (again)Wang Boyu
2017-06-22diagnostic: Update whitelisted dylib used by SymantecWang Boyu
2017-06-21Merge pull request #2801 from apjanke/formula-cop-uniform-_body_node-paramMike McQuaid
rubocops: refactor to use consistent _body_node parameter name
2017-06-20Merge pull request #2806 from reitermarkus/apfsMarkus Reiter
🔨 Fix sorting on APFS.
2017-06-20Add support for `uninstall/zap :trash`.Markus Reiter
2017-06-20Add `trash` util.Markus Reiter
2017-06-20🔨 Fix sorting on APFS.Markus Reiter
2017-06-20Merge pull request #2776 from GauthamGoli/audit_checksum_rubocop_fixMike McQuaid
audit: Fix audit_checksum method's rubocop and add more tests
2017-06-19rubocops: use consistent (_)body_node parameter nameAndrew Janke
2017-06-19linkage_checker: Add harmless dylibs check.William Woodruff
While the linkage checker should normally report all broken links, there are a few cases where broken links are harmless. One case is when a the PPC slice of a program links to a PPC-only library that no longer exists on x86_64 OS X. Since the PPC slice is never loaded on modern OS X, inconsistencies within it do not need to be reported.
2017-06-19Merge pull request #2778 from jasonkarns/tap-full-nameMike McQuaid
refactor: DRY up redundant formulations of {#user}/homebrew-{#repo}
2017-06-19Tap learns to form its own full_nameJason Karns
full_name is formed from `{user}/homebrew-{repo}` and is always lowercase.
2017-06-17diagnostic: quiet some CI whining.Mike McQuaid
We want to be able to symlink Homebrew/test-bot to Homebrew/core on Linux for CI speed.
2017-06-16Refactor Checksum cop to add autocorrect methodGautham Goli
2017-06-16Simplify Checksum cop by auditing all checksumsGautham Goli
2017-06-16audit: Port audit_checksum method to rubocop and add testsGautham Goli
2017-06-16Merge pull request #2761 from sjackman/bottleloader-url-homebrewMike McQuaid
BottleLoader: Fix installing a bottle from an URL
2017-06-16Merge pull request #2784 from bfontaine/suspicious-git-originMike McQuaid
diagnostic: Fix suggested git remote commands
2017-06-15Fix outdated `--repository` man documentationMatthew Strax-Haber
2017-06-14diagnostic: Fix suggested git remote commandsBaptiste Fontaine
2017-06-14Merge pull request #2775 from reitermarkus/languageMarkus Reiter
Fix `--language` option.
2017-06-14Add test for `--language` option.Markus Reiter
2017-06-14Move `require?` to `utils`.Markus Reiter
2017-06-14Print DMG EULA when `--verbose`.Markus Reiter
2017-06-13Fix DMG mounting.Markus Reiter
2017-06-13BottleLoader: Fix installing a bottle from an URLShaun Jackman
The name of the formula is not extracted correctly when the URL includes a hyphen.
2017-06-13Add `casks` method to iterate through arguments.Markus Reiter
2017-06-13Fix `--language` option.Markus Reiter
2017-06-13🔨 Refactor Cask exceptions.Markus Reiter
2017-06-13format_desc_cop: whitelist more lowercase wordsIsabell Long
- From `homebrew-core` PR 14229, we decided to whitelist more words so that reordering to appease "description must start with a capital letter" wasn't so clunky.
2017-06-12Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3Mike McQuaid
rubocop: don’t allow Perl regex backrefs.
2017-06-12Merge pull request #2767 from MikeMcQuaid/rubocop-no-special-global-varsMike McQuaid
rubocop: don’t allow special global variables.
2017-06-12Merge pull request #2766 from MikeMcQuaid/rubocop-no-percent-xMike McQuaid
rubocop: don’t allow %x.
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-10create: specify homebrew-core test requirements.Mike McQuaid
As requested in https://github.com/Homebrew/homebrew-core/pull/14419.