| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-09 | Revert "audit: Port audit_checksum method to rubocop and add tests" | Mike McQuaid | |
| 2017-06-08 | audit: Port audit_checksum method to rubocop and add tests | Gautham Goli | |
| 2017-06-08 | Add methods in FormulaCop to find block nodes | Gautham Goli | |
| 2017-06-08 | formula_desc_cop: tweak some rules. | Mike McQuaid | |
| Allow some specific lowercase words and provide an autocorrect for some of these rules. | |||
| 2017-06-03 | Merge pull request #2724 from MikeMcQuaid/capital-desc | Mike McQuaid | |
| formula_desc_cop: desc should be capitalised. | |||
| 2017-06-02 | formula_desc_cop: desc should be capitalised. | Mike McQuaid | |
| Note that the formula description field should start with a capital letter. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-05-31 | audit: Port audit_caveats method to rubocop and add tests | Gautham Goli | |
| 2017-05-30 | Use relevant methods to consolidate logic in text_cop.rb | Gautham Goli | |
| 2017-05-30 | Refactor and add more methods in formula_cop.rb | Gautham Goli | |
| 2017-05-30 | audit: Port audit_text method to rubocop and add tests | Gautham Goli | |
| 2017-05-30 | Add methods in FormulaCop to find method nodes, dependency nodes | Gautham Goli | |
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 2017-05-29 | Match the "formula name in description" on word boundaries | Isabell Long | |
| - The regexp for the "check if formula name is used in formula's description" cop matches every instance of the formula name if it exists, whether it's in a word or not. - For example, the formula `mon` has the description "Monitor hosts/services/whatever and alert about problems". This makes `brew audit --strict` complain because it matches "Monitor", which isn't the formula name! The formula `pass` has the description "Password manager". Again, the strict audit matches "Password", which isn't an issue. - Instead, this change matches on a word boundary, so it will match `mon:`, or `mon `, but not "Monitor", or, for example, "harmony". - I've changed the tests to account for this change. | |||
| 2017-05-15 | Merge pull request #2631 from GauthamGoli/audit_homepage_rubocop1.2.1 | Mike McQuaid | |
| audit: Port audit_homepage method to rubocop and add tests | |||
| 2017-05-15 | Merge pull request #2628 from GauthamGoli/formula_desc_cop_fix | Mike McQuaid | |
| audit: Detect multiline and interpolated strings in formula desc cop | |||
| 2017-05-14 | Port audit_homepage method to rubocop and add tests | Gautham Goli | |
| 2017-05-13 | Update string_content method to support multiline strings, add test for same | Gautham Goli | |
| 2017-05-13 | Add autocorrect method for ComponentsOrder rubocop and tests | Gautham Goli | |
| 2017-05-03 | Add `--only-cops`,`--except-cops` options for brew style and simplify cop names | Gautham Goli | |
| 2017-05-02 | Add `--only-cops`,`--except-cops` options for brew audit | Gautham Goli | |
| Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict | |||
| 2017-04-22 | Port audit_components method to rubocops and add corresponding tests | Gautham Goli | |
| 2017-03-26 | Wrap rubocop specific code into methods inside FormulaCop | Gautham Goli | |
| 2017-03-26 | Encapsulate formula desc offense checking logic into methods | Gautham Goli | |
| 2017-03-08 | Create FormulaCop base class to reuse helper functions in custom cops | Gautham Goli | |
| 2017-03-02 | Port audit_desc rules to cop | Gautham Goli | |
| 2017-02-12 | Update rubocop config | Gautham Goli | |
| 2017-02-06 | Update docs and manpages to include --fix option | Gautham Goli | |
| 2017-01-18 | Add --fix option to brew audit command | Gautham Goli | |
| 2017-01-18 | Add custom cop to refactor revision to rebuild in bottle block | Gautham Goli | |
