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
/
extend
/
formula_cop.rb
Age
Commit message (
Expand
)
Author
2018-01-15
rubocop 0.52.1
Mike McQuaid
2018-01-09
formula_cop: match any values in hash match.
Mike McQuaid
2018-01-07
formula_cop: use undeprecated add_offense form.
Mike McQuaid
2018-01-07
lines_cop: flag `depends_on :perl => "1.0"`.
Mike McQuaid
2017-12-02
lines_cop: Convert ARGV audit to negative look ahead
Gautham Goli
2017-10-26
lines_cop: Fix detection of negated expression
Gautham Goli
2017-10-24
Refactor and fix RuboCop specs.
Markus Reiter
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-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-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-23
Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2
JCount
2017-08-15
Add tests for MACOS version consts usage
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 test for top level method def
Gautham Goli
2017-08-10
audit: Port rules from line_problems to rubocop part 4(WIP-2)
Gautham Goli
2017-08-07
Add node pattern methods to handle dependency audits in a better way
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
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
2017-08-01
Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strict
Mike McQuaid
2017-07-30
audit: Port audit_urls strict rules to rubocop, add tests and autocorrect
Gautham Goli
2017-07-29
audit: Port dependency rules from line_problems to rubocop and add tests
Gautham Goli
2017-07-13
audit: Port audit_options non-strict rules to rubocop and add tests
Gautham Goli
2017-07-07
audit: Port audit_conflicts method to rubocop and add tests
Gautham Goli
2017-06-16
Refactor Checksum cop to add autocorrect method
Gautham Goli
2017-06-16
audit: Port audit_checksum method to rubocop and add tests
Gautham Goli
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-05-31
audit: Port audit_caveats method to rubocop and add tests
Gautham Goli
2017-05-30
Refactor and add more methods in formula_cop.rb
Gautham Goli
2017-05-30
Add methods in FormulaCop to find method nodes, dependency nodes
Gautham Goli
2017-05-13
Update string_content method to support multiline strings, add test for same
Gautham Goli
2017-05-02
Add `--only-cops`,`--except-cops` options for brew audit
Gautham Goli
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-08
Create FormulaCop base class to reuse helper functions in custom cops
Gautham Goli