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
/
.rubocop_rules.yml
Age
Commit message (
Expand
)
Author
2016-09-29
Use separate RuboCop configs for formulae and core code.
Markus Reiter
2016-09-25
Update RuboCop config.
Markus Reiter
2016-09-24
Merge pull request #1119 from MikeMcQuaid/rubocop-allow-hash-rockets-in-taps
Mike McQuaid
2016-09-24
rubocop: allow hash rockets in taps.
Mike McQuaid
2016-09-24
Simplify Style/FileName regex.
Markus Reiter
2016-09-23
rubocop: allow all current core formula names.
Mike McQuaid
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-09-23
Temporarily disable Style/TernaryParentheses.
Markus Reiter
2016-09-23
Fix Style/PredicateName.
Markus Reiter
2016-09-23
Fix Style/NumericLiterals.
Markus Reiter
2016-09-23
Set Style/NumericLiterals MinDigits to 7.
Markus Reiter
2016-09-23
Disable new Style/VariableNumber cop.
Markus Reiter
2016-09-23
Disable Style/IfUnlessModifier only in Taps.
Markus Reiter
2016-09-23
Disable Style/GuardClause only in Taps.
Markus Reiter
2016-09-23
Add Regex for `Style/FileName` cop.
Markus Reiter
2016-09-19
Unify .rubocopy.yml files.
Mike McQuaid