aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-10-27Merge pull request #3373 from MikeMcQuaid/max-line-lengthMike McQuaid
rubocop.yml: reduce tap maximum line length.
2017-10-27rubocop.yml: re-add Homebrew metrics maximums.Mike McQuaid
2017-10-27rubocop.yml: reduce tap maximum line length.Mike McQuaid
2017-10-27test.flac: add flac fixture.Mike McQuaid
2017-10-27Merge pull request #3372 from MikeMcQuaid/rubocop-length-tapsMike McQuaid
rubocop: disable length checks.
2017-10-27Merge pull request #3368 from MikeMcQuaid/unhide-readall-update-resetMike McQuaid
Unhide readall and update-reset from manpage.
2017-10-27tap-info: sort taps by name to handle APFSJayendra Minakshisundar
2017-10-26Fix issue where keychain github credentials wouldn't workThomas Andrew
2017-10-26Merge pull request #3352 from JCount/legacy-java-cask-requirement-supportJCount
java_requirement: support prompting users to install legacy Java casks
2017-10-26Unhide readall and update-reset from manpage.Mike McQuaid
These are both tools that end-users can find useful on occasion so it doesn't make sense to hide them.
2017-10-26rubocop: disable length checks.Mike McQuaid
We should keep these enabled for Homebrew/brew but for taps these just end up being annoying and making `brew style` fail for little benefit
2017-10-26Merge pull request #3366 from GauthamGoli/lines-cop-false-positives-fixMike McQuaid
lines_cop: Fix detection of negated expression
2017-10-26java_requirement: support prompting users to install legacy Java casksJCount
This enhances the Java requirement to support prompting the user to install the correct legacy Java version via Cask for formulae that don't yet work with the latest version of Java. Previously, even if the formula had a strict requirement that a specific, older version of Java be used, the messaging would tell the user to `brew cask install java` (i.e. to install the latest version of Java), which wouldn't actually satisfy the requirement.
2017-10-26lines_cop: Fix detection of negated expressionGautham Goli
2017-10-26Merge pull request #3356 from jonchang/patch-1Mike McQuaid
docs: fix poor visibility in syntax highlighting
2017-10-26Merge pull request #3367 from commitay/rubocop-caskMarkus Reiter
rubocop-cask: 0.15.1
2017-10-26rubocop-cask: 0.15.1commitay
2017-10-25Merge pull request #3361 from MikeMcQuaid/lines_cop_clangMike McQuaid
lines_cop: fix clang detection.
2017-10-24Merge pull request #3349 from reitermarkus/rubocop-0.51Markus Reiter
Rubocop 0.51
2017-10-24Merge pull request #3306 from amyspark/hacktoberfest-quash-cask-helpMarkus Reiter
Fixes querying Cask commands' help
2017-10-24Update `rubocop-cask` to `0.15.0`.Markus Reiter
2017-10-24Add missing `require "forwardable"`.Markus Reiter
2017-10-24Use `/` to join path.Markus Reiter
2017-10-24Remove usless comments.Markus Reiter
2017-10-24Don't `require "thread"`.Markus Reiter
2017-10-24Include `FileUtils` in `spec_helper`.Markus Reiter
2017-10-24Don’t use `Style/StderrPuts`.Markus Reiter
2017-10-24Refactor and fix RuboCop specs.Markus Reiter
2017-10-24Update to RuboCop 0.51.Markus Reiter
2017-10-24lines_cop: fix clang detection.Mike McQuaid
We only care about e.g. `gcc`/`llvm-gcc`/`clang` being at the beginning of a `system` call and not anywhere within the string.
2017-10-24brew style fixesL. E. Segovia
2017-10-24Merge pull request #3360 from ilovezfs/github-formula-name-in-issue-titleMike McQuaid
github: require formula name to be in issue title
2017-10-24Simplify cask help checkL. E. Segovia
2017-10-24github: require formula name to be in issue titleilovezfs
2017-10-24Merge pull request #3313 from ↵Mike McQuaid
GauthamGoli/audit_line_rubocop_part_4_rebase_attempt_1 audit: Port line_problems to rubocop and add tests part 4
2017-10-24Merge pull request #3345 from maxim-belkin/coffee-leavesMike McQuaid
leaves: account for requirements
2017-10-24Merge pull request #3358 from maxim-belkin/build-env2Mike McQuaid
build_environment: add Linux-specific environment variables
2017-10-23docs: fix poor visibility in syntax highlightingJonathan Chang
2017-10-22Merge pull request #3350 from DomT4/gpg_executableMike McQuaid
gpg: a little intentional yak shaving
2017-10-22Merge pull request #3351 from DomT4/checksum_docMike McQuaid
Checksum_Deprecation: tweak phrasing/explanation/etc
2017-10-22Merge pull request #3337 from sjackman/pullMike McQuaid
pull: Fix pull --bottle 1234
2017-10-22pull: Fix pull --bottle 1234Shaun Jackman
Fix the error: Error: undefined method `casecmp' for nil:NilClass
2017-10-22Checksum_Deprecation: tweak phrasing/explanation/etcDominyk Tiller
2017-10-22gpg2_requirement: use direct 'available?' logicDominyk Tiller
2017-10-22gpg: make executable a function, not a constantDominyk Tiller
It's a lot nicer to call `Gpg.executable` rather than `Gpg::GPG_EXECUTABLE` externally. Also squash some logic.
2017-10-21Actually check that the command name was set before adding it to argsL. E. Segovia
2017-10-21Merge pull request #3347 from DomT4/apfs_diagnosticMike McQuaid
diagnostic: handle APFS returning hash order
2017-10-21Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1Gautham Goli
2017-10-21lines_cop: Refactor to multiple cops and fix style violationsGautham Goli
2017-10-20Fix brew style errorsL. E. Segovia