jscs-dev / jscs-jsdoc

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

Override is a valid tag #177

Closed cocoabythefire closed 8 years ago

cocoabythefire commented 8 years ago

I just ran into a validation issue where override was flagged as invalid. I think this is all that's needed to fix that.

ricordisamoa commented 8 years ago

Seems valid. http://usejsdoc.org/tags-override.html

alexeykuzmin commented 8 years ago

"override" should be above "overview" in the list ) Maybe it would be easier to merge #178 that fixes the same issue.

cocoabythefire commented 8 years ago

@alexeykuzmin thanks - i moved override above.

qfox commented 8 years ago

Thanks, merged!