-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for deprecated field #670
Add support for deprecated field #670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix the rubocop issues in another PR
lib/grape-swagger/endpoint.rb
Outdated
@@ -4,6 +4,7 @@ | |||
require 'active_support/core_ext/string/inflections.rb' | |||
|
|||
module Grape | |||
# rubocop:disable Metrics/ClassLength |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please don't add it here, specify it in the .rubocop-todo.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, and I will fix the other two rubocop issues that causes the CI to fail.
thanks @ioanatia … |
89a002d
to
bd57ca8
Compare
thanks again @ioanatia |
thanks for reviewing this so quickly 😸 |
* Add deprecated property * Add specs * Fix linting issues * Add entry in CHANGELOG
deprecated
is one of the fixed fields in anOperation
object.It's included in all versions: