| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-05 | spec_helper: fix etc leak. | Mike McQuaid | |
| Fix the `etc/bash_completion.d/_brew_services` leak from the new bash completion in the Homebrew/homebrew-services tap. | |||
| 2017-11-03 | Merge pull request #3395 from GauthamGoli/parameters-audit-regex-fix | Mike McQuaid | |
| lines_cop: Update regex patterns to prevent false positives | |||
| 2017-11-03 | Merge pull request #3385 from MikeMcQuaid/path-fixes-cleanup | Mike McQuaid | |
| Fix and cleanup some PATH usage. | |||
| 2017-11-03 | requirement: prepend rather than append PATH. | Mike McQuaid | |
| Otherwise this ends up behind e.g. `/usr/bin` so is pretty useless. | |||
| 2017-11-03 | Merge pull request #3389 from amyspark/hacktoberfest-single-zap | Markus Reiter | |
| Check that a single uninstall_* and zap stanza is defined | |||
| 2017-10-31 | Separate do end into multiple lines | L. E. Segovia | |
| 2017-10-30 | Add tests for uninstall_* and zap stanzas | L. E. Segovia | |
| 2017-10-30 | Merge pull request #3393 from MikeMcQuaid/with_env_tweaks | Mike McQuaid | |
| Tweak use of with_env | |||
| 2017-10-29 | lines_cop: Update regex patterns to prevent false positives | Gautham Goli | |
| 2017-10-29 | formula_desc_cop: ensure no full stops at the end of desc | Isabell Long | |
| - This was a suggestion by Mike McQuaid in my `homebrew-core` audit description PR. Based on ilovezfs's incantation `grep -r -E 'desc ".*\."' *.rb`, some formulae descriptions do end in full stops. (My initial assessment of this failed to account for the fact that descriptions are strings and so end in `"`.) - Add an autocorrect for this cop, too. | |||
| 2017-10-29 | Tweak use of with_env | Mike McQuaid | |
| - Use it in more places where it saves code - Allow using symbolic keys for a cleaner interface - Use `HOMEBREW_GEM_*` instead of `GEM_OLD_*` | |||
| 2017-10-27 | test.flac: add flac fixture. | Mike McQuaid | |
| 2017-10-24 | Include `FileUtils` in `spec_helper`. | Markus Reiter | |
| 2017-10-24 | Refactor and fix RuboCop specs. | Markus Reiter | |
| 2017-10-24 | Update to RuboCop 0.51. | Markus Reiter | |
| 2017-10-24 | Merge 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-22 | pull: Fix pull --bottle 1234 | Shaun Jackman | |
| Fix the error: Error: undefined method `casecmp' for nil:NilClass | |||
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-21 | lines_cop: Refactor to multiple cops and fix style violations | Gautham Goli | |
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-18 | Move `String#undent` to `compat`. | Markus Reiter | |
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-10-18 | Merge pull request #3291 from JCount/lines-cop-fix-wine-universal-binary | Mike McQuaid | |
| lines_cop: add ENV.universal_binary audit exemption for wine | |||
| 2017-10-17 | Rename MinimumMacOSRequirement to MacOSRequirement | Shaun Jackman | |
| Move MinimumMacOSRequirement to compat. | |||
| 2017-10-17 | Add depends_on :linux and :macos | Shaun Jackman | |
| 2017-10-15 | lines_cop_spec: improve language in universal_binary and build tests | JCount | |
| 2017-10-15 | lines_cop_spec: add test for ENV.universal_binary audit exemption for wine | JCount | |
| 2017-10-14 | formula_desc_cop_spec: add empty string test | Dominyk Tiller | |
| 2017-10-13 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-10 | Set RuboCop maximum to current maximum. | Markus Reiter | |
| 2017-10-08 | Clean up code style and remove `.rubocop_todo.yml`. | Markus Reiter | |
| 2017-10-08 | Add specs for `CaskLoader`. | Markus Reiter | |
| 2017-10-07 | Fix RuboCop tests. | Markus Reiter | |
| 2017-10-07 | Merge pull request #3283 from reitermarkus/cask-loader | Markus Reiter | |
| Add helper method for Cask fixture paths and refactor CaskLoader. | |||
| 2017-10-07 | Add helper method for Cask fixture paths and refactor CaskLoader. | Markus Reiter | |
| 2017-10-07 | Merge pull request #3267 from reitermarkus/refactoring | Markus Reiter | |
| Refactor DSL and Artifact classes. | |||
| 2017-10-06 | Merge pull request #3262 from kabel/version-detect-php | Mike McQuaid | |
| Add version detection support for php URL | |||
| 2017-10-04 | Refactor tests. | Markus Reiter | |
| 2017-10-04 | Directly save artifacts in DSL. | Markus Reiter | |
| 2017-10-04 | Refactor DSL and Artifacts. | Markus Reiter | |
| 2017-10-04 | Merge pull request #3259 from reitermarkus/underscore_supporting_uri | Markus Reiter | |
| Remove `UnderscoreSupportingURI`. | |||
| 2017-10-03 | Add test for php version in URL middle | Kevin Abel | |
| 2017-10-03 | Refactor `cask/cli` specs. | Markus Reiter | |
| 2017-10-03 | Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_info | Markus Reiter | |
| add available languages to cask info command | |||
| 2017-10-03 | Remove `UnderscoreSupportingURI`. | Markus Reiter | |
| 2017-10-02 | stylistic changes for cask info tests | Adam Smith | |
| 2017-10-01 | Only run trash test when collecting coverage. | Markus Reiter | |
| 2017-09-30 | add available languages to cask info command | Adam Smith | |
| add language tests for dsl add fixtures, tests for languages info output add extra lines | |||
| 2017-09-29 | Merge pull request #3234 from reitermarkus/locale | Vítor Galvão | |
| Support UN M.49 region codes. | |||
| 2017-09-29 | Support UN M.49 region codes. | Markus Reiter | |
