jscs-dev / jscs-jsdoc

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

checkReturnTypes: skip checking 'this.something' #120

Closed qfox closed 9 years ago

qfox commented 9 years ago

Fixes #115

qfox commented 9 years ago

/cc @markelog

markelog commented 9 years ago

What about

return new CreateInstance

?

qfox commented 9 years ago

https://github.com/jscs-dev/jscs-jsdoc/blob/issues/115/test/lib/rules/validate-jsdoc/check-return-types.js#L34-L43 ;-)

markelog commented 9 years ago

:+1: