This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
no-backbone-get-set-outside-model has obscenely long rule warnings #662
Labels
Difficulty: Easy
Someone with little to no experience in TSLint should be able to send a pull request for this issue.
Good First Issue 🙌
Howdy, neighbor!
Status: Accepting PRs
Type: Bug
Milestone
Bug Report
tslint-microsoft-contrib
version: 6.0.0TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Rule failure should just be that one line
Expected behavior
In the rule's source:
node.getEnd()
is passed to thewidth
parameter ofthis.addFailureAt
, so the length increases the further done the file the failure is. Lol.Found as part of #489 - good reinforcement of why the TSLint test migration is good!
The text was updated successfully, but these errors were encountered: