aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
AgeCommit message (Expand)Author
2017-09-24Rubocop 0.50 and target 2.3.Mike McQuaid
2017-07-18Add a rubocop config file to control cops' execution in audit and styleGautham Goli
2017-07-15style: disable NewFormulaAudit cops' execution by default unless specifiedGautham Goli
2017-07-15rubocop: disable NewFormulaAudit/Options.Mike McQuaid
2017-07-15audit: Port audit_options rules for new formulae to rubocop and add testGautham Goli
2017-07-14audit: Port audit_options strict rules to rubocop and add testsGautham Goli
2017-07-13audit: Port audit_options non-strict rules to rubocop and add testsGautham Goli
2017-07-07audit: Port audit_conflicts method to rubocop and add testsGautham Goli
2017-06-30Enable LegacyPatches copGautham Goli
2017-06-29rubocop: bump PerceivedComplexity max.Mike McQuaid
2017-06-16Refactor Checksum cop to add autocorrect methodGautham Goli
2017-06-16audit: Port audit_checksum method to rubocop and add testsGautham Goli
2017-06-12Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3Mike McQuaid
2017-06-12Merge pull request #2767 from MikeMcQuaid/rubocop-no-special-global-varsMike McQuaid
2017-06-10rubocop: don’t allow Perl regex backrefs.Mike McQuaid
2017-06-10rubocop: don’t allow special global variables.Mike McQuaid
2017-06-10rubocop: don’t allow %x.Mike McQuaid
2017-06-09Revert "audit: Port audit_checksum method to rubocop and add tests"Mike McQuaid
2017-06-08audit: Port audit_checksum method to rubocop and add testsGautham Goli
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-05-31audit: Port audit_caveats method to rubocop and add testsGautham Goli
2017-05-30audit: Port audit_text method to rubocop and add testsGautham Goli
2017-05-29Use parallel RuboCopMike McQuaid
2017-05-15Merge pull request #2631 from GauthamGoli/audit_homepage_rubocop1.2.1Mike McQuaid
2017-05-14Port audit_homepage method to rubocop and add testsGautham Goli
2017-05-09rubocop: don't always care about module length.Mike McQuaid
2017-05-03Add `--only-cops`,`--except-cops` options for brew style and simplify cop namesGautham Goli
2017-05-02Add `--only-cops`,`--except-cops` options for brew auditGautham Goli
2017-04-22Port audit_components method to rubocops and add corresponding testsGautham Goli
2017-03-26Wrap rubocop specific code into methods inside FormulaCopGautham Goli
2017-03-08Create FormulaCop base class to reuse helper functions in custom copsGautham Goli
2017-02-12rubocop: trailing comma in multiline method callsAlyssa Ross
2017-02-12Update rubocop configGautham Goli
2017-01-18Add custom cop to refactor revision to rebuild in bottle blockGautham Goli
2016-11-26rubocop: exclude more files.Mike McQuaid
2016-11-13Rename single line block parameters to `acc/elem`.Markus Reiter
2016-11-13Update RuboCop to 0.45.0.Markus Reiter
2016-11-02rubocop: exclude more tap dirs from hash rockets.Mike McQuaid
2016-10-23Remove Cask’s RuboCop configuration.Markus Reiter
2016-10-22More Rubocop tweaks.Mike McQuaid
2016-10-22Update Rubocop style.Mike McQuaid
2016-10-01Use Library/.rubocop.yml file.Mike McQuaid
2016-09-29Rename shared RuboCop config to `.rubocop_common.yml`.Markus Reiter
2016-09-29Use separate `.rubocop.yml` in `Library/Taps` and `Library/Homebrew`.Markus Reiter
2016-09-29Use separate RuboCop configs for formulae and core code.Markus Reiter
2016-09-23Include `.simplecov` in RuboCop.Markus Reiter
2016-09-19Unify .rubocopy.yml files.Mike McQuaid
2016-09-17Add Rubocop TODO list.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-08-17rubocop: reinstate hash_rocketsDominyk Tiller