Skip to content
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 absent "deprecated" annotation #733

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

idexter
Copy link
Contributor

@idexter idexter commented Jun 10, 2020

Describe the PR

There is @deprecated annotation which was not documented. I just added it to the readme.

Additional context

swag/operation.go

Lines 98 to 99 in 67cb097

case "@deprecated":
operation.Deprecate()

@codecov-commenter
Copy link

Codecov Report

Merging #733 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #733   +/-   ##
=======================================
  Coverage   84.58%   84.58%           
=======================================
  Files           7        7           
  Lines        1790     1790           
=======================================
  Hits         1514     1514           
  Misses        171      171           
  Partials      105      105           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67cb097...ce4670e. Read the comment docs.

Copy link
Member

@easonlin404 easonlin404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@easonlin404 easonlin404 merged commit 1868a02 into swaggo:master Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants