aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-23Fix Style/GuardClause.Markus Reiter
2016-09-23Temporarily disable Style/TernaryParentheses.Markus Reiter
2016-09-23Fix Style/RegexpLiteral.Markus Reiter
2016-09-23Fix Style/Semicolon.Markus Reiter
2016-09-23Fix Style/SingleLineBlockParams.Markus Reiter
2016-09-23Fix Style/IdenticalConditionalBranches.Markus Reiter
2016-09-23RuboCop has to be run inside `HOMEBREW_LIBRARY`.Markus Reiter
2016-09-23Update `rubocop` dependency to `0.43.0`.Markus Reiter
2016-09-23Fix Lint/NonLocalExitFromIterator.Markus Reiter
2016-09-23Fix Style/PredicateName.Markus Reiter
2016-09-23Fix Style/NumericLiterals.Markus Reiter
2016-09-23Fix Style/Next.Markus Reiter
2016-09-23Fix Style/MethodName.Markus Reiter
2016-09-23Fix Style/CaseIndentation.Markus Reiter
2016-09-23Fix Performance/FixedSize.Markus Reiter
2016-09-23Fix Lint/EndAlignment.Markus Reiter
2016-09-23Add `define_method` and `define_singleton_method`.Markus Reiter
2016-09-23Update .rubocop_todo.yml.Markus Reiter
2016-09-23Fix DoubleNegation.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2016-09-23Run `rubocop`.Markus Reiter
2016-09-23Set Style/NumericLiterals MinDigits to 7.Markus Reiter
2016-09-23Remove `.simplecov` from cask’s RuboCop config.Markus Reiter
2016-09-23Disable new Style/VariableNumber cop.Markus Reiter
2016-09-23Disable Style/IfUnlessModifier only in Taps.Markus Reiter
2016-09-23Disable Style/GuardClause only in Taps.Markus Reiter
2016-09-23Auto-correct guard clauses.Markus Reiter
2016-09-23Include `.simplecov` in RuboCop.Markus Reiter
2016-09-23Add Regex for `Style/FileName` cop.Markus Reiter
2016-09-23Run `rubocop —auto-correct`.Markus Reiter
2016-09-23Enable `Style/EmptyElse` cop.Markus Reiter
2016-09-23Remove dependency on `rubocop-cask`.Markus Reiter
2016-09-23Merge pull request #1103 from MikeMcQuaid/update-upstream-tag-strictMike McQuaid
2016-09-23test-bot: cleanup Cellar/etc/var after each build.Mike McQuaid
2016-09-23Merge pull request #1084 from penman/fast_integration_testsMike McQuaid
2016-09-23update.sh: only update to semver tags.Mike McQuaid
2016-09-23test_versions: add elasticsearch alpha test caseZhiming Wang
2016-09-23version: improve alpha and rc detectionZhiming Wang
2016-09-23Merge pull request #1101 from MikeMcQuaid/sandbox-repositoryMike McQuaid
2016-09-23tests: speed up integration tests coverageAlyssa Ross
2016-09-23Merge pull request #1086 from woodruffw/macho-cosmeticsMike McQuaid
2016-09-23Merge pull request #1089 from reitermarkus/coverageMarkus Reiter
2016-09-23Merge pull request #1014 from rwhogg/upstream-ant-dep-linux-fixMike McQuaid
2016-09-23Merge pull request #1085 from penman/docs-update_testMike McQuaid
2016-09-23sandbox: tweak HOMEBREW_REPOSITORY handling.Mike McQuaid
2016-09-23Fix coverage reporting.Markus Reiter
2016-09-23Merge pull request #1041 from penman/parallel_testsMike McQuaid
2016-09-22Updated accessibility test for SierraAlex
2016-09-23Merge pull request #1093 from rwhogg/most-formulae-have-testsDominyk Tiller