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 Jul 15, 2023. It is now read-only.
/home/travis/build/Microsoft/tslint-microsoft-contrib/src/noUnnecessaryOverrideRule.ts:63:51
ERROR: 63:51 increment-decrement Use an explicit += 1 operator.
/home/travis/build/Microsoft/tslint-microsoft-contrib/src/utils/BaseFormatter.ts:21:62
ERROR: 21:62 increment-decrement Use an explicit -= 1 operator.
/home/travis/build/Microsoft/tslint-microsoft-contrib/src/utils/Utils.ts:13:46
ERROR: 13:46 increment-decrement Use an explicit += 1 operator.
/home/travis/build/Microsoft/tslint-microsoft-contrib/src/validTypeofRule.ts:97:40
ERROR: 97:40 increment-decrement Use an explicit += 1 operator.
ERROR: 102:40 increment-decrement Use an explicit += 1 operator.
ERROR: 107:40 increment-decrement Use an explicit += 1 operator.
ERROR: 108:44 increment-decrement Use an explicit += 1 operator.
The text was updated successfully, but these errors were encountered:
increment-decrement was added in the just-released TSLint 5.12.0. It's spooky and mysterious that Node 6 isn't respecting package-lock.json. This should be fixed by updating the dependency version.
Example PR: #682
Example build break: https://travis-ci.org/Microsoft/tslint-microsoft-contrib/jobs/469577861
The text was updated successfully, but these errors were encountered: