index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
rubocops
/
lines_cop.rb
Age
Commit message (
Expand
)
Author
2017-12-02
lines_cop: Convert ARGV audit to negative look ahead
Gautham Goli
2017-11-24
lines_cop: Add condition to prevent false positives
Gautham Goli
2017-10-29
lines_cop: Update regex patterns to prevent false positives
Gautham Goli
2017-10-27
lines_cop: add missing e.g. clang++ regex SOL.
Mike McQuaid
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
2017-10-24
Refactor and fix RuboCop specs.
Markus Reiter
2017-10-24
lines_cop: fix clang detection.
Mike McQuaid
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-15
lines_cop: add ENV.universal_binary audit exemption for wine
JCount
2017-10-13
Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1
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-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
2017-08-14
add tests for formula path shortucut 3
Gautham Goli
2017-08-14
add tests for formula path string 1
Gautham Goli
2017-08-14
add tests for hardcoded compilers in ENV
Gautham Goli
2017-08-14
add tests for hard coded compilers in system calls
Gautham Goli
2017-08-14
add tests for man+'man[1-8]'
Gautham Goli
2017-08-14
add test for using ARGV to check options
Gautham Goli
2017-08-14
add test for build.include? having dashed args
Gautham Goli
2017-08-14
add test for build.include?
Gautham Goli
2017-08-14
add test for build.with? "--with-foo"
Gautham Goli
2017-08-14
add test for build.without --without-foo
Gautham Goli
2017-08-14
Add negated? method to formula cop and add tests for negated build.without?
Gautham Goli
2017-08-14
Add test for negated build.with?
Gautham Goli
2017-08-14
Add tests for unless build.with?
Gautham Goli
2017-08-14
Add tests for unless build.without?
Gautham Goli
2017-08-14
Add test for top level method def
Gautham Goli
2017-08-14
Add tests for fileUtils call in system
Gautham Goli
2017-08-14
add tests for non glob dirs audit
Gautham Goli
2017-08-13
Add tests for macOS check
Gautham Goli
2017-08-12
Add tests for assert match and depends_on instance audit rules
Gautham Goli
2017-08-12
audit: Port rules from line_problems to rubocop part 4(WIP-3)
Gautham Goli
2017-08-10
audit: Port rules from line_problems to rubocop part 4(WIP-2)
Gautham Goli
2017-08-07
audit: Port rules from line_problems to rubocop part 4(WIP)
Gautham Goli
2017-08-06
audit: Port rules from line_problems to rubocop part 3
Gautham Goli
2017-08-06
audit: Port FileUtils, inreplace audit rules in audit_lines to rubocop
Gautham Goli
2017-08-06
audit: Port classname and template comments audit rules from line_problems me...
Gautham Goli
[next]