Enable LegacyPatches cop

This commit is contained in:
Gautham Goli 2017-06-30 11:43:47 +05:30
parent 8c167b23cc
commit e6938d9201
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,9 @@ FormulaAuditStrict/ComponentsRedundancy:
FormulaAudit/Homepage: FormulaAudit/Homepage:
Enabled: true Enabled: true
FormulaAudit/LegacyPatches:
Enabled: true
# `system` is a special case and aligns on second argument # `system` is a special case and aligns on second argument
Layout/AlignParameters: Layout/AlignParameters:
Enabled: false Enabled: false

View File

@ -6,3 +6,4 @@ require_relative "./rubocops/homepage_cop"
require_relative "./rubocops/text_cop" require_relative "./rubocops/text_cop"
require_relative "./rubocops/caveats_cop" require_relative "./rubocops/caveats_cop"
require_relative "./rubocops/checksum_cop" require_relative "./rubocops/checksum_cop"
require_relative "./rubocops/legacy_patches_cop"