This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
v3.4.0-dev.1
Pre-release
Pre-release
- [enhancement] Revamped testing system (#620)
- Writing tests for rules is now much simpler with a linter DSL.
See existing tests intest/rules/**/*.ts.lint
for examples.
- Writing tests for rules is now much simpler with a linter DSL.
- [enhancement] New msbuild formatter (#947)
- [bugfix] Fix handling of multiline literals in
trailing-comma
rule (#856) - [bugfix]
one-line
rule correctly checks space betweencatch
and opening brace (#925) - [bugfix]
one-line
rule correctly checks multiline variable declarations (#935) - [enhancement] New option
check-finally
forone-line
rule (#925) - BREAKING CHANGES
- [bugfix] Report error when a rule in the config file is not found (#598)
Thanks to our contributors!