civisanalytics / swagger-diff

Utility for comparing two Swagger specifications.
BSD 3-Clause "New" or "Revised" License
264 stars 32 forks source link

RuboCop fix #46

Closed jeffreyc closed 7 years ago

jeffreyc commented 7 years ago

Apparently RuboCop complains about 'new attribute for %{code} response: %{resp}', but not 'new attribute for %{code} response: %<resp>s', and I missed the 2nd use in this line in #45. Fixed.