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