Skip to content

Commit f6cecef

Browse files
authored
Add Super-Linter as an adopter of PSScriptAnalyzer (#2214)
1 parent 57431f8 commit f6cecef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ADOPTERS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ This is a list of adopters of using PowerShell Script Analyzer in production or
1414
(see the [PSScriptAnalyzer page](https://megalinter.io/latest/descriptors/powershell_powershell/) in its documentation).
1515
* Microsoft Windows Build: PSScriptAnalyzer is automatically run against PowerShell scripts when performing a build for Windows to maintain and improve the quality of code as it gets checked in.
1616
* [PowerShellEditorServices](https://github.com/powershell/powershelleditorservices) uses PowerShell Script Analyzer to provide real-time
17-
linting of PowerShell scripts for editors such as [VSCode](https://code.visualstudio.com/), [Neovim](https://neovim.io/), [IntelliJ](https://www.jetbrains.com/idea/), and others.
17+
linting of PowerShell scripts for editors such as [VSCode](https://code.visualstudio.com/), [Neovim](https://neovim.io/), [IntelliJ](https://www.jetbrains.com/idea/), and others.
18+
* [Super-Linter](https://github.com/super-linter/super-linter) uses PSScriptAnalyzer as part of their linting processes. It was one of the early adopters of PSScriptAnalyzer for linting and provides GitHub Actions that can be used.

0 commit comments

Comments
 (0)