Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Retsam 38c8f1d93e Fix #362: Add an `allow-for-loop` option to `no-increment-decrement` (#542)
* Add an option to noIncrementDecrementRule to ignore for loop headers

* Disallow incrementors and decrementors in parts of the for loop header, other than the incrementor
2018-11-05 17:56:16 -06:00
Josh Goldberg 63477f2fba
Converted 16 rules to tslint --test (end of the alphabet) (#633)
* Converted 16 rules to tslint --test (end of the alphabet)

* `no-unnecessary-bind`
* `no-unnecessary-field-initialization`
* `no-unnecessary-override`
* `no-uselessFiles`
* `no-var-self`
* `no-with-statementtests.ts`
* `non-literal-fs-path-rule-test.ts`
* `non-literal-require`
* `possible-timing-attack`
* `prefer-array-literal`
* `promise-must-complete`
* `react-tsx-curly-spacing`
* `underscore-consistent-invocation`
* `unnecessary-local-variable`
* `use-named-parameter`
* `valid-typeof`

* .travis.yml changes to fix endlines?

* How about .gitattributes?
2018-11-05 06:13:45 -06:00