From aa3e66f7e9b2b2cafa9ad831ac246d75817efd5b Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sat, 8 Aug 2026 20:12:15 +0200 Subject: [PATCH 1/2] Add MegaLinter to adopters list --- ADOPTERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index 6801014d8..46b51e32a 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -10,6 +10,8 @@ Example entry: This is a list of adopters of using PowerShell Script Analyzer in production or in their products (in alphabetical order): +* [MegaLinter](https://megalinter.io/), an open-source linters aggregator for CI, runs PSScriptAnalyzer out of the box to lint the PowerShell files of the repositories it analyzes + (see the [PSScriptAnalyzer page](https://megalinter.io/latest/descriptors/powershell_powershell/) in its documentation). * 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. * [PowerShellEditorServices](https://github.com/powershell/powershelleditorservices) uses PowerShell Script Analyzer to provide real-time 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. \ No newline at end of file From 1229419b69eed64c9314a1309c2448f212289b43 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sat, 22 Aug 2026 15:13:46 +0200 Subject: [PATCH 2/2] Fix wording: linter aggregator --- ADOPTERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index 46b51e32a..778b03812 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -10,7 +10,7 @@ Example entry: This is a list of adopters of using PowerShell Script Analyzer in production or in their products (in alphabetical order): -* [MegaLinter](https://megalinter.io/), an open-source linters aggregator for CI, runs PSScriptAnalyzer out of the box to lint the PowerShell files of the repositories it analyzes +* [MegaLinter](https://megalinter.io/), an open-source linter aggregator for CI, runs PSScriptAnalyzer out of the box to lint the PowerShell files of the repositories it analyzes (see the [PSScriptAnalyzer page](https://megalinter.io/latest/descriptors/powershell_powershell/) in its documentation). * 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. * [PowerShellEditorServices](https://github.com/powershell/powershelleditorservices) uses PowerShell Script Analyzer to provide real-time