Skip to content
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
Compare
Choose a tag to compare
@adidahiya adidahiya released this 08 Feb 22:43
· 771 commits to next since this release
  • [enhancement] Revamped testing system (#620)
    • Writing tests for rules is now much simpler with a linter DSL.
      See existing tests in test/rules/**/*.ts.lint for examples.
  • [enhancement] New msbuild formatter (#947)
  • [bugfix] Fix handling of multiline literals in trailing-comma rule (#856)
  • [bugfix] one-line rule correctly checks space between catch and opening brace (#925)
  • [bugfix] one-line rule correctly checks multiline variable declarations (#935)
  • [enhancement] New option check-finally for one-line rule (#925)
  • BREAKING CHANGES
    • [bugfix] Report error when a rule in the config file is not found (#598)

Thanks to our contributors!