jscs-dev / jscs-jsdoc

JsDoc validation rules for jscs
MIT License
99 stars 35 forks source link

Error "Missing access tag for ..." for overriden method #114

Closed dfilatov closed 9 years ago

dfilatov commented 9 years ago

I have the following code:

/** @override */
_myMethod : function() {
    ...
}

I get an error "Missing access tag for myMethod" while I'm trying to process the code with jscs-jsdoc. I don't want to copy and paste all the tags from base method because it's redundant at all.

qfox commented 9 years ago

@dfilatov I see would be nice to skip checking for redundancy if there is @override tag. Is it ok for ya?

dfilatov commented 9 years ago

It would be perfect.

qfox commented 9 years ago

@dfilatov Thanks!

Landed and published in v1.1.0