| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-15 | rubocop 0.52.1 | Mike McQuaid | |
| 2018-01-09 | formula_cop: match any values in hash match. | Mike McQuaid | |
| e.g. match an array or symbol or string. | |||
| 2018-01-07 | formula_cop: use undeprecated add_offense form. | Mike McQuaid | |
| 2018-01-07 | lines_cop: flag `depends_on :perl => "1.0"`. | Mike McQuaid | |
| This requires ignoring the version argument with a new `:any` mode for this check. | |||
| 2017-12-30 | lines_cop: deprecate 'needs :openmp'. | Mike McQuaid | |
| 2017-12-30 | lines_cop: check for more deprecated requirements. | Mike McQuaid | |
| 2017-12-23 | lines_cop: check for more deprecated requirements. | Mike McQuaid | |
| 2017-12-16 | Merge pull request #3401 from DomT4/vendor_or_na1.4.1 | Mike McQuaid | |
| go: various tweaks to recommendations | |||
| 2017-12-02 | lines_cop: Convert ARGV audit to negative look ahead | Gautham Goli | |
| 2017-11-24 | Merge pull request #3478 from GauthamGoli/dir_audit_bug_fix | Mike McQuaid | |
| lines_cop: Add condition to prevent false positives | |||
| 2017-11-24 | lines_cop: Add condition to prevent false positives | Gautham Goli | |
| 2017-11-19 | Merge pull request #3411 from issyl0/whitelist_etc_and_fix_autocorrect | Mike McQuaid | |
| formula_desc_cop: Whitelist "etc." and fix the full stop autocorrect | |||
| 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-01 | formula_desc_cop: Fix the 'full stop at end of description' autocorrect | Isabell Long | |
| - It wasn't working because desc strings end in quotes, not just full stops. | |||
| 2017-11-01 | formula_desc_cop: If desc ends with 'etc.', it's not a violation | Isabell Long | |
| 2017-10-31 | text_cop: warn against go_resource usage for strict audit | Dominyk Tiller | |
| 2017-10-31 | text_cop: drop go_resource recommendation | Dominyk Tiller | |
| 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-27 | lines_cop: add missing e.g. clang++ regex SOL. | Mike McQuaid | |
| You need a start of line check in this regex (like was added in the others) to allow things like `#{bin}/clang++`. | |||
| 2017-10-26 | lines_cop: Fix detection of negated expression | Gautham Goli | |
| 2017-10-25 | Merge pull request #3361 from MikeMcQuaid/lines_cop_clang | Mike McQuaid | |
| lines_cop: fix clang detection. | |||
| 2017-10-24 | Refactor and fix RuboCop specs. | Markus Reiter | |
| 2017-10-24 | lines_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-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 | 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-15 | lines_cop: add ENV.universal_binary audit exemption for wine | JCount | |
| 2017-10-14 | formula_desc_cop: empty string is not a valid desc | Dominyk Tiller | |
| Just a slightly tweaked version of https://github.com/Homebrew/brew/issues/3286#issuecomment-334983011 | |||
| 2017-10-13 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-07 | Fix RuboCop tests. | Markus Reiter | |
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-09-05 | Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3 | Mike McQuaid | |
| audit: Port line_problems to rubocop and add tests part 3 | |||
| 2017-09-04 | audit: Port audit_class to rubocop, add tests and autocorrect | Gautham Goli | |
| 2017-09-04 | audit: Fetch formula name from file path rather than class name in cops | Gautham Goli | |
| 2017-09-04 | audit: Add tests for rubocop methods in line_cop.rb | Gautham Goli | |
| 2017-09-04 | audit: Port rules from line_problems to rubocop part 3 | Gautham Goli | |
| 2017-08-26 | audit: Add previously unported GH patch audit rule in Patches cop | Gautham Goli | |
| 2017-08-23 | Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2 | JCount | |
| audit: Port line_problems to rubocop and add tests part 2 | |||
| 2017-08-17 | audit: In Cops and their tests convert all multiline strings to heredocs | Gautham Goli | |
| 2017-08-15 | add tests for condition dependencies | Gautham Goli | |
| 2017-08-15 | Add tests for MACOS version consts usage | Gautham Goli | |
| 2017-08-15 | add test for ARGV.include? | Gautham Goli | |
| 2017-08-15 | add test for ENV.fortran | Gautham Goli | |
| 2017-08-15 | add test for inspecting version | Gautham Goli | |
| 2017-08-15 | add tests for dependencies | Gautham Goli | |
| 2017-08-14 | add test for env mod through system call | Gautham Goli | |
| 2017-08-14 | add tests for vendored deps | Gautham Goli | |
