From f2938e22cbe0879694479cd4ddaabb4e0c7c5a96 Mon Sep 17 00:00:00 2001 From: Patrick Perrier Date: Fri, 17 Jan 2020 10:43:23 -0800 Subject: [PATCH 1/2] Updated adopters file --- ADOPTERS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index 8ab9ca125..764880dfa 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -10,5 +10,6 @@ Example entry: This is a list of adopters of using PowerShell Script Analyzer in production or in their products (in alphabetical order): +* Microsoft internal: teams within Microsoft use Powershell Script Analyzer to maintain and improve the quality of the Powershell code they write. * [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. + 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 a669c8944a803266ce12bc3677917cedfb0dee3e Mon Sep 17 00:00:00 2001 From: Patrick Perrier Date: Fri, 17 Jan 2020 15:04:28 -0800 Subject: [PATCH 2/2] Update wording in adopters file --- ADOPTERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index 764880dfa..6801014d8 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -10,6 +10,6 @@ Example entry: This is a list of adopters of using PowerShell Script Analyzer in production or in their products (in alphabetical order): -* Microsoft internal: teams within Microsoft use Powershell Script Analyzer to maintain and improve the quality of the Powershell code they write. +* 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