This directory contains the version of PowerShellScriptAnalyzer we require.
The descriptions can be found in server/com.teamscale.index/check-descriptions/powershellscriptanalyzer

The descriptions folder contains the .md files from https://github.com/PowerShell/PSScriptAnalyzer/tree/master/docs/Rules (with some adaptions)

Steps required to do an update (more steps may be required!):

* adjust check-mappings.tsv (insert new checks, remove checks that are not supported any more)
* update the descriptions folder for new/removed checks. In the markdown description files, I removed the header (between "----" lines) and the "severity" line).
* update check-options.tsv (do any of the checks have options now?) As far as I see, checks with options are subclasses of https://github.com/PowerShell/PSScriptAnalyzer/blob/33461f40254838683bd483fb4321279376b32a52/Engine/Generic/ConfigurableRule.cs
* write migrations for any changed analysis-profile entries
* check if the version-retrieval command still works
* check if the output-parsing still works
* check if the performance got much worse on a large project
* adjust the expected version of powershellscriptanalyzer (also in the docs)