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
Age
Commit message (
Expand
)
Author
2017-11-03
Merge pull request #3395 from GauthamGoli/parameters-audit-regex-fix
Mike McQuaid
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
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-18
Merge pull request #3291 from JCount/lines-cop-fix-wine-universal-binary
Mike McQuaid
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
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
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
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
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
[next]