mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fix incorrectly namespaced Cop
See https://github.com/rubocop-hq/rubocop/releases/tag/v0.78.0
This commit is contained in:
parent
6d8bea1670
commit
2e485eb6bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue