devblackops / github-action-psscriptanalyzer

GitHub Action to run PSScriptAnalyzer static code analysis
MIT License
72 stars 13 forks source link

It's not a linter #23

Open james-garriss opened 11 months ago

james-garriss commented 11 months ago

The name of the steps in the sample code is "lint", but this tool is not a linter. It's a static code analysis tool [1]. The name should be updated to accurately reflect what the tool does and reduce confusion about its purpose.

[1] https://github.com/PowerShell/PSScriptAnalyzer