You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
Nico Orschel edited this page Dec 28, 2018
·
2 revisions
Currently, the project follows two code analysis rule sets based on the PSScriptAnalyzer tool:
a) Community rules (see commits)
b) Standard rules of PSScriptAnalyzer (severity category error and warning)
In the build, the community rules are checked by default and if a violation is detected, the build is aborted. In addition, the standard rules of PSScriptAnalyzer (Error and Warning) will also be integrated into the build (work in progress).