Fix incorrectly namespaced Cop

See https://github.com/rubocop-hq/rubocop/releases/tag/v0.78.0
This commit is contained in:
Daniel Colson 2020-01-17 14:44:33 -05:00
parent 6d8bea1670
commit 2e485eb6bf
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ Style/FormatStringToken:
# TODO: gradually bring this down to 80 as we fix files
# Let's not open a big PR to fix all of these at once -
# we can fix gradually if we happen to be editing a file that has a violation
Metrics/LineLength:
Layout/LineLength:
Max: 110