Linter for CudaLint plugin.
It adds support for PowerShell lexer.

Before using this plugin, you must install the PSScriptAnalyzer
https://www.powershellgallery.com/packages/PSScriptAnalyzer
PSScriptAnalyzer can be installed with
  Install-Module -Name PSScriptAnalyzer
from a PowerShell prompt, which automatically makes the module available on PowerShell startup.  

Author: Alexey Torgashin
License: MIT
Uses code from: https://github.com/EdrisT/SublimeLinter-contrib-Powershell
