Add pslint sanity test. (#35303)

* Add pslint sanity test.

* Fix `no-smart-quotes` sanity test.

* Add docs for `pslint` sanity test.
This commit is contained in:
Matt Clay 2018-01-24 17:22:14 -08:00 committed by Matt Davis
parent 7c201fc9bc
commit e0010f15e4
7 changed files with 391 additions and 1 deletions

View file

@ -0,0 +1,4 @@
Sanity Tests » pslint
=====================
PowerShell static analysis for common programming errors using `PSScriptAnalyzer <https://github.com/PowerShell/PSScriptAnalyzer/>`_.