aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/rubocops
AgeCommit message (Collapse)Author
2017-08-14add tests for formula path shortucut 3Gautham Goli
2017-08-14add tests for formula path string 1Gautham Goli
2017-08-14add tests for hardcoded compilers in ENVGautham Goli
2017-08-14add tests for hard coded compilers in system callsGautham Goli
2017-08-14add tests for man+'man[1-8]'Gautham Goli
2017-08-14add test for using ARGV to check optionsGautham Goli
2017-08-14add test for build.include? having dashed argsGautham Goli
2017-08-14add test for build.include?Gautham Goli
2017-08-14add test for build.with? "--with-foo"Gautham Goli
2017-08-14add test for build.without --without-fooGautham Goli
2017-08-14Add negated? method to formula cop and add tests for negated build.without?Gautham Goli
2017-08-14Add test for negated build.with?Gautham Goli
2017-08-14Add tests for unless build.with?Gautham Goli
2017-08-14Add tests for unless build.without?Gautham Goli
2017-08-14Add test for top level method defGautham Goli
2017-08-14Add tests for fileUtils call in systemGautham Goli
2017-08-14add tests for non glob dirs auditGautham Goli
2017-08-13Add tests for macOS checkGautham Goli
2017-08-12Add tests for assert match and depends_on instance audit rulesGautham Goli
2017-08-12audit: Port rules from line_problems to rubocop part 4(WIP-3)Gautham Goli
2017-08-10audit: Port rules from line_problems to rubocop part 4(WIP-2)Gautham Goli
2017-08-07Add node pattern methods to handle dependency audits in a better wayGautham Goli
2017-08-07audit: Port rules from line_problems to rubocop part 4(WIP)Gautham Goli
2017-08-06audit: Port rules from line_problems to rubocop part 3Gautham Goli
2017-08-06audit: Port FileUtils, inreplace audit rules in audit_lines to rubocopGautham Goli
2017-08-06audit: Port classname and template comments audit rules from line_problems ↵Gautham Goli
method to rubocop
2017-08-06audit: Port FileUtils, inreplace audit rules in audit_lines to rubocopGautham Goli
2017-08-06audit: Port classname and template comments audit rules from line_problems ↵Gautham Goli
method to rubocop
2017-08-05Refactor legacy_patches_cop to merge external patch audit rules in a single ↵Gautham Goli
cop and add tests
2017-08-05audit: Port patches audit code to a rubocopGautham Goli
2017-08-01formula_desc_cop: add 'x86' to VALID_LOWERCASE_WORDSJCount
2017-08-01Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strictMike McQuaid
audit: Port audit_urls strict rules to rubocop, add tests, autocorrect
2017-07-30audit: Port audit_urls strict rules to rubocop, add tests and autocorrectGautham Goli
2017-07-29audit: Port dependency rules from line_problems to rubocop and add testsGautham Goli
2017-07-25audit: Update Urls Cop with more rules of audit_urls and corresponding testsGautham Goli
2017-07-21audit: Port audit_urls partially to rubocop and add corresponding testsGautham Goli
2017-07-15audit: Port audit_options rules for new formulae to rubocop and add testGautham Goli
2017-07-14audit: Port audit_options strict rules to rubocop and add testsGautham Goli
2017-07-13audit: Port audit_options non-strict rules to rubocop and add testsGautham Goli
2017-07-07audit: Port audit_conflicts method to rubocop and add testsGautham Goli
2017-06-29formula_desc_cop: allow formula name in descilovezfs
except at the very beginning, as the audit originally intended. See https://github.com/Homebrew/legacy-homebrew/pull/45493.
2017-06-25Merge pull request #2790 from GauthamGoli/audit_legacy_patches_rubocopMike McQuaid
audit: Port audit_legacy_patches method to rubocop and add tests
2017-06-24audit: Port audit_legacy_patches method to rubocop and add testsGautham Goli
2017-06-21Merge pull request #2801 from apjanke/formula-cop-uniform-_body_node-paramMike McQuaid
rubocops: refactor to use consistent _body_node parameter name
2017-06-19rubocops: use consistent (_)body_node parameter nameAndrew Janke
2017-06-16Refactor Checksum cop to add autocorrect methodGautham Goli
2017-06-16Simplify Checksum cop by auditing all checksumsGautham Goli
2017-06-16audit: Port audit_checksum method to rubocop and add testsGautham Goli
2017-06-13format_desc_cop: whitelist more lowercase wordsIsabell Long
- From `homebrew-core` PR 14229, we decided to whitelist more words so that reordering to appease "description must start with a capital letter" wasn't so clunky.
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid