You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
but only in the Jenkins environment, which has an outdated version (0.24.4) of yarn.
In #324 we temporarily addressed this by disabling the tslint whitespace.check-separator rule. A more thorough fix would be to ensure that yarn + typescript + tslint +tsutils are all up to date and then re-add the check-whitespace rule.
CloudNiner
changed the title
Upgrade yarn + typescript packages to address missing whitespace error
Upgrade yarn + typescript packages on Jenkins to address missing whitespace error
Nov 29, 2017
Any line in a jsdoc comment containing
@param
like:such as the ones in image-export.service.ts throws the error:
but only in the Jenkins environment, which has an outdated version (0.24.4) of yarn.
In #324 we temporarily addressed this by disabling the tslint whitespace.check-separator rule. A more thorough fix would be to ensure that yarn + typescript + tslint +tsutils are all up to date and then re-add the check-whitespace rule.
See palantir/tslint#3251 for a full writeup of the original problem.
The text was updated successfully, but these errors were encountered: