12215 Commits

Author SHA1 Message Date
Markus Reiter
c7a535de22 Refactor Hbc::UrlChecker test. 2016-10-23 22:58:01 +02:00
Markus Reiter
7cae29d3d7 Fix locally failing depends_on test. 2016-10-23 21:22:38 +02:00
Martin Schimandl
95d4a25891 Fix linting errors 2016-10-23 20:39:53 +02:00
Martin Schimandl
32dc78835d Add documentation for cask reinstall command 2016-10-23 20:20:08 +02:00
Markus Reiter
0c140f0970 Merge pull request #1353 from reitermarkus/fix-linked-caskroom-tap
Use proper path to `caskroom/cask` tap in `test_helper`.
2016-10-23 19:34:50 +02:00
Markus Reiter
ddcab26a35 Use proper path to caskroom/cask tap in test_helper. 2016-10-23 19:07:45 +02:00
Josh Hagins
5a03b492f4 Merge pull request #1350 from Eitot/dictionary
Cask: add dictionary artifact
2016-10-23 12:18:57 -04:00
Eitot
0b176f9cc8 Add dictionary artifact 2016-10-23 17:43:06 +02:00
Markus Reiter
773d20fb0c Merge pull request #1352 from reitermarkus/fix-repo-info
Fix failing test caused by `repo_info`.
2016-10-23 17:26:24 +02:00
Markus Reiter
cb8af6d751 Fix failing test caused by repo_info. 2016-10-23 17:07:29 +02:00
Markus Reiter
19347f3b87 Merge pull request #1266 from reitermarkus/rubocop
Remove Cask’s RuboCop configuration.
2016-10-23 16:19:20 +02:00
Markus Reiter
8d15bddedb Auto-correct block delimiters. 2016-10-23 14:44:14 +02:00
Markus Reiter
827b48912a Avoid empty rescue. 2016-10-23 14:32:46 +02:00
Markus Reiter
8c488de3f6 Remove unnecessary string interpolation. 2016-10-23 14:32:34 +02:00
Markus Reiter
15b858ccc4 Use double quotes. 2016-10-23 14:32:27 +02:00
Markus Reiter
783dbcc937 Use short-style lambdas. 2016-10-23 14:32:15 +02:00
Markus Reiter
ceec5a82c1 Use guard clauses. 2016-10-23 14:32:04 +02:00
Markus Reiter
9f513cc60c Remove redundant selfs. 2016-10-23 14:32:04 +02:00
Markus Reiter
ad8ae33c1f Fix spacing and indentation. 2016-10-23 14:32:04 +02:00
Markus Reiter
2b7e6c1dcb Don’t use %i literal. 2016-10-23 14:32:04 +02:00
Markus Reiter
ae7b944238 Align end with beginning of line where if/unless is. 2016-10-23 14:32:03 +02:00
Markus Reiter
8e9eae695a Use () as delimiters for %Q and %q literals. 2016-10-23 14:32:03 +02:00
Markus Reiter
1a0f8b8a02 Use slash-delimited regular expressions. 2016-10-23 14:32:03 +02:00
Markus Reiter
40b7e36746 Use 0-only prefix for octal numbers. 2016-10-23 14:13:16 +02:00
Markus Reiter
13e3272e37 Remove Cask’s RuboCop configuration. 2016-10-23 14:13:16 +02:00
Markus Reiter
364adff35c Bring spec_helper in line with test_helper. 2016-10-23 14:13:16 +02:00
Markus Reiter
e51accecfd Remove test_cask, fake_fetcher, and fake_response_for methods. 2016-10-23 14:13:16 +02:00
Markus Reiter
622cac47ae Use test/lib/config for tests. 2016-10-23 14:13:16 +02:00
Markus Reiter
f56e410ebf Merge pull request #1339 from reitermarkus/test-helper
Use `test/lib/config` for tests.
2016-10-23 13:34:41 +02:00
Mike McQuaid
195bc6dbac Merge pull request #1351 from jawshooah/brew-man-refactoring
dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARY
2016-10-23 09:35:06 +01:00
Martin Schimandl
31fb996800 Remove unncessary semicolon 2016-10-23 09:57:28 +02:00
Josh Hagins
1d8e59b31f dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARY
Don't Repeat Yourself.
2016-10-23 01:22:56 -04:00
Mike McQuaid
8019afb60a Merge pull request #1346 from MikeMcQuaid/more-rubocop-tweaks
More Rubocop tweaks.
2016-10-22 16:36:52 +01:00
Mike McQuaid
6c4042f593 More Rubocop tweaks.
- Don't enforce hash rockets on external commands.
- Enabled accidentally disabled ParenthesesAsGroupedExpression.
2016-10-22 15:55:13 +01:00
Mike McQuaid
c521ff4a94 Merge pull request #1345 from MikeMcQuaid/rubocop-style
Update Rubocop style.
2016-10-22 15:25:28 +01:00
Mike McQuaid
59a9f0a764 Merge pull request #1305 from apjanke/prune-build-deps-of-deps
install: prune build-only deps of deps
2016-10-22 14:32:48 +01:00
Mike McQuaid
4fb17c4753 Merge pull request #1331 from vladshablinsky/fix-outdated-group-by
cmd/outdated: group specs of same formula
2016-10-22 14:29:38 +01:00
Mike McQuaid
7f3507ee7d Merge pull request #1333 from vladshablinsky/compare-names-not-formulae
Compare names not formulae
2016-10-22 14:08:57 +01:00
Mike McQuaid
22182403c5 Merge pull request #1310 from MikeMcQuaid/changelog
Add `brew release-notes` developer command.
2016-10-22 13:40:05 +01:00
Mike McQuaid
1f963267b6 Update Rubocop style.
Another look at the current Rubocop rules and how they fit with our
existing and desired future style. Almost all of these changes were
automatic. Split some rules between formulae/brew where brew doesn't
have millions of cases that need fixed.
2016-10-22 13:32:46 +01:00
Mike McQuaid
0c661f5c90 Add brew release-notes developer command.
Outputs the merged pull requests on Homebrew/brew between two Git refs.
2016-10-22 12:10:48 +01:00
Markus Reiter
7016d714ab Bring spec_helper in line with test_helper. 2016-10-21 17:39:19 +02:00
Markus Reiter
40a197f216 Remove test_cask, fake_fetcher, and fake_response_for methods. 2016-10-21 17:39:19 +02:00
Markus Reiter
a6c3ba7d86 Use test/lib/config for tests. 2016-10-21 17:39:19 +02:00
Josh Hagins
5b421b93c9 Merge pull request #1329 from jawshooah/cask/cleanup-tests
cask/test: DRY up tests and remove redundant helper
2016-10-20 14:56:11 -04:00
Martin Schimandl
8f8606b8c8 Fix code coverage issue by introducing shutup blocks 2016-10-20 19:45:18 +02:00
Andrew Janke
551ce2b5d2 Merge pull request #1308 from apjanke/info-with-formula-options
brew info: include options to dependencies in display
2016-10-20 10:35:05 -04:00
Markus Reiter
2b049006fa Merge pull request #1330 from reitermarkus/spec-helper
Refactor `spec_helper`.
2016-10-20 09:07:03 +02:00
Josh Hagins
fcd2f6b271 Merge pull request #1332 from jawshooah/cask/list-no-init
hbc/cli/list: don't require Caskroom to be initialized
2016-10-20 01:17:36 -04:00
Josh Hagins
fab6cc5b07 cask/test: remove compliance_test 2016-10-19 22:15:18 -04:00