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

Rule 'require-param' does not respect @inheritdoc #20

Closed
jscharett opened this issue Jul 14, 2016 · 3 comments
Closed

Rule 'require-param' does not respect @inheritdoc #20

jscharett opened this issue Jul 14, 2016 · 3 comments

Comments

@jscharett
Copy link

According to the docs, the presence of @inheritdoc will cause jsdocs to ignore any other tags. Since we are pulling in the docs from another node, then we should not have to re-declare the tags here as well. This rule should check for the presence of the @inheritdoc and skip if found. Same may also be true for @OverRide, but I think that intended to work slightly different

@gajus
Copy link
Owner

gajus commented Jul 14, 2016

@jscharett That sounds like a simple change. Can you look into raising a PR?

@freaktechnik
Copy link

Yes, @OverRide sadly also triggers require-param.

@rsimha
Copy link
Contributor

rsimha commented May 17, 2018

@freaktechnik this is likely to be was fixed in #74.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants