Andy
ceae613e4c
Add lint rule to check that Debug.assert calls do not eagerly interpolate strings ( #17125 )
...
* And lint rule to check that `Debug.assert` calls do not eagerly interpolate strings
* Use more specific 'assert' functions to avoid callbacks
* Respond to PR feedback
2017-08-08 07:56:14 -07:00
Wesley Wigham
f888c88f31
Cast identifier names to string in lint rule ( #17027 )
...
To be compatible with both the current version of the compiler and the nightly (which uses a branded string for the text member).
2017-07-07 16:30:02 -07:00
Andy Hanson
7347e5e4fd
Merge branch 'master' into lint-linter
2017-04-11 14:34:38 -07:00
Andy Hanson
ed5eca2b7b
boolean-trivia lint rule: Enforce space between comment and argument
2017-04-11 09:44:58 -07:00
Andy Hanson
e73fffd964
Lint custom lint rules
2017-04-07 13:17:50 -07:00
Andy Hanson
7320891933
boolean-trivia lint rule: Lint for null/undefined too
2017-04-07 13:13:39 -07:00
Ryan Cavanaugh
008cd89c0d
Update booleanTriviaRule.ts
2017-04-05 11:29:47 -07:00
Ryan Cavanaugh
40393c59ea
Update booleanTriviaRule.ts
2017-04-05 07:35:03 -07:00
Ryan Cavanaugh
e3bb5d3f28
Update linting to avoid typechecking for booleanTriviaRule
2017-04-04 22:34:51 -07:00
Andy Hanson
8371eb6401
Update tslint to latest (next is still on 4.3) and lint for BOM
2017-03-01 10:37:13 -08:00
Vladimir Matveev
eaf791e328
update to tslint@next
2016-11-18 22:53:38 -08:00
Vladimir Matveev
b3531b0158
add a extra check to avoid rescans
2016-05-25 12:25:53 -07:00
Daniel Rosenwasser
9c61e53a78
Allow tagged boolean arguments to be followed with a colon.
2015-12-28 17:11:55 -05:00
Wesley Wigham
15f505e6aa
use tslint@next
2015-11-11 13:30:26 -08:00
Wesley Wigham
1cd016b289
Boolean trivia rule
2015-08-26 11:59:53 -07:00