aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/rubocops/lines_cop.rb
AgeCommit message (Expand)Author
2017-12-02lines_cop: Convert ARGV audit to negative look aheadGautham Goli
2017-11-24lines_cop: Add condition to prevent false positivesGautham Goli
2017-10-29lines_cop: Update regex patterns to prevent false positivesGautham Goli
2017-10-27lines_cop: add missing e.g. clang++ regex SOL.Mike McQuaid
2017-10-26lines_cop: Fix detection of negated expressionGautham Goli
2017-10-25Merge pull request #3361 from MikeMcQuaid/lines_cop_clangMike McQuaid
2017-10-24Refactor and fix RuboCop specs.Markus Reiter
2017-10-24lines_cop: fix clang detection.Mike McQuaid
2017-10-21Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1Gautham Goli
2017-10-21lines_cop: Refactor to multiple cops and fix style violationsGautham Goli
2017-10-21Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1Gautham Goli
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-15lines_cop: add ENV.universal_binary audit exemption for wineJCount
2017-10-13Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1Gautham Goli
2017-09-04audit: Fetch formula name from file path rather than class name in copsGautham Goli
2017-09-04audit: Add tests for rubocop methods in line_cop.rbGautham Goli
2017-09-04audit: Port rules from line_problems to rubocop part 3Gautham Goli
2017-08-15add tests for condition dependenciesGautham Goli
2017-08-15Add tests for MACOS version consts usageGautham Goli
2017-08-15add test for ARGV.include?Gautham Goli
2017-08-15add test for ENV.fortranGautham Goli
2017-08-15add test for inspecting versionGautham Goli
2017-08-15add tests for dependenciesGautham Goli
2017-08-14add test for env mod through system callGautham Goli
2017-08-14add tests for vendored depsGautham Goli
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-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 me...Gautham Goli