aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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.
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-06-10rubocop: don’t allow Perl regex backrefs.Mike McQuaid
Even if shell/perl users recognise these variables the explicit versions are significantly more readable for everyone.
2017-06-10rubocop: don’t allow special global variables.Mike McQuaid
Even if shell/perl users recognise these variables the English versions are significantly more readable for everyone.
2017-06-10rubocop: don’t allow %x.Mike McQuaid
It’s confusing for non-Rubyists (and some Rubyists) and that’s a major number of our current and future contributors.
2017-06-10Merge pull request #2758 from MikeMcQuaid/build-error-optionsMike McQuaid
BuildError: report options to analytics.
2017-06-09Add symlink for High Sierra test bottle.Markus Reiter
2017-06-09BuildError: report options to analytics.Mike McQuaid
Without this it's not easy to make much sense of these failures.
2017-06-09Revert "audit: Port audit_checksum method to rubocop and add tests"Mike McQuaid
2017-06-09Merge pull request #2755 from GauthamGoli/audit_checksum_rubocopMike McQuaid
audit: Port audit_checksum method to rubocop and add tests
2017-06-09Merge pull request #2752 from MikeMcQuaid/remove-unused-analyticsMike McQuaid
analytics: remove unused analytics.
2017-06-08audit: Port audit_checksum method to rubocop and add testsGautham Goli
2017-06-08Add methods in FormulaCop to find block nodesGautham Goli
2017-06-08Merge pull request #2753 from leedm777/gcc7-shimMike McQuaid
Adding shims for GCC 7
2017-06-08reinstall: keg.rmtree isn't a method.Mike McQuaid
2017-06-08Merge pull request #2746 from MikeMcQuaid/cleanup-testsMike McQuaid
tests: cleanup tests.
2017-06-08Merge pull request #2748 from MikeMcQuaid/desc-cop-tweaksMike McQuaid
formula_desc_cop: tweak some rules.
2017-06-08Merge pull request #2708 from JCount/codecov-move-pathMarkus Reiter
.codecov.yml: move root so files are tracked
2017-06-08formula_desc_cop: tweak some rules.Mike McQuaid
Allow some specific lowercase words and provide an autocorrect for some of these rules.
2017-06-08audit: ensure curl always has an HTTP url.Mike McQuaid
This makes using `HOMEBREW_CURL` significantly nicer as then the system `curl` (that, on old versions, sucks at SSL) can download a version of `curl` that it can build from source.
2017-06-08Merge pull request #2749 from MikeMcQuaid/edit-default-editorsMike McQuaid
edit: tweak default editors.
2017-06-08Merge pull request #2750 from MikeMcQuaid/no-auto-update-no-report-issue-promptMike McQuaid
brew: no issue report prompt unless autoupdating.
2017-06-08Merge pull request #2751 from MikeMcQuaid/reinstall-remove-partial-kegMike McQuaid
reinstall: remove partially installed keg.
2017-06-07Adding shims for GCC 7David M. Lee
2017-06-07brew: no issue report prompt unless autoupdating.Mike McQuaid
Otherwise: you may be on an old enough version that we don't care.