| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-20 | Add tests for `FormulaAuditor#audit_deps` | Claudia | |
| These tests cover a few aspects of the `FormulaAuditor#audit_deps` method. The main focus is the part where FormulaAuditor checks for dependencies on formulas which are tagged `keg_only` with the `:provided_by_macos` reason. For this particular kind of `keg_only` formulas, we expect `brew audit --new-formula` to fail with a problem message like: > Dependency 'bc' may be unnecessary as it is provided by > macOS; try to build this formula without it. For more details, see the relevant discussion: [1] https://github.com/Homebrew/homebrew-core/pull/14067#issuecomment-335046151 [2] https://github.com/Homebrew/brew/pull/3290#issuecomment-335052140 | |||
| 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 | |
| 2017-09-28 | BottleLoader: Use the formula stored in the bottle | Shaun Jackman | |
| 2017-09-28 | testball_bottle-0.1: Add the formula to the bottle | Shaun Jackman | |
| Update the SHA-256. | |||
| 2017-09-28 | pour_bottle?: Fix when formula.bottle is nil | Shaun Jackman | |
| formula.bottle is nil when bottle.compatible_cellar? is false. Use formula.bottle_specification.compatible_cellar? rather than formula.bottle.compatible_cellar?. | |||
| 2017-09-27 | Revert "Added tests for os/mac/keg" | ilovezfs | |
| 2017-09-26 | test: Tests for os/mac/keg | mansimarkaur | |
| 2017-09-22 | Merge pull request #3186 from naoty/detect-failure-message | Mike McQuaid | |
| Add a failure message to be_detected_from matcher | |||
| 2017-09-22 | Replace String#% with Kernel.#format | Naoto Kaneko | |
