This test case is failing on JSHint v2.8.0.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARCb82e4cd40e1f: Fix failing JSHint linter test
arc unit
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7584 Build 8208: [Placeholder Plan] Wait for 30 Seconds Build 8207: arc lint + arc unit
Event Timeline
Comment Actions
this change causes jshint 2.7.0 to break. Your change anticipates jshint erroring on the ~~~~~ line, but this is the only test in this directory that does that. The answer to the breakage I'm seeing might just be "use the latest version of jshint", but I just wanted to double check the inconsistency and the use of an error for a line that's not part of the code.
Comment Actions
Yeah, we don't really have a way to run version-specific unit tests at the moment (see T4954).