thoughtbot / json_matchers

Validate your JSON APIs
MIT License
384 stars 40 forks source link

Update `.thoughtbot.rubocop.yml` #74

Closed seanpdoyle closed 6 years ago

seanpdoyle commented 6 years ago

According to Hound, some of Rubocop's rule structures have changed:

.rubocop.yml: Lint/ConditionPosition has the wrong namespace -
should be Layout Error: The `Style/TrailingCommaInLiteral` cop no longer
exists. Please use `Style/TrailingCommaInArrayLiteral` and/or
`Style/TrailingCommaInHashLiteral` instead.
(obsolete configuration found in .rubocop.yml, please update it)