An open API service indexing awesome lists of open source software.

https://github.com/dsccommunity/dscresource.analyzerrules

PowerShell Script Analyzer Rules to help enforce the DSC Community Guidelines
https://github.com/dsccommunity/dscresource.analyzerrules

Last synced: about 1 year ago
JSON representation

PowerShell Script Analyzer Rules to help enforce the DSC Community Guidelines

Awesome Lists containing this project

README

          

# DscResource.AnalyzerRules

PS Script Analyzer Custom Rules for the DSC Community standards

[![Build Status](https://dev.azure.com/dsccommunity/DscResource.AnalyzerRules/_apis/build/status/dsccommunity.DscResource.AnalyzerRules?branchName=main)](https://dev.azure.com/dsccommunity/DscResource.AnalyzerRules/_build/latest?definitionId=2&branchName=main)
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/DscResource.AnalyzerRules/2/main)
[![codecov](https://codecov.io/gh/dsccommunity/DscResource.AnalyzerRules/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/DscResource.AnalyzerRules)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/DscResource.AnalyzerRules/2/main)](https://dsccommunity.visualstudio.com/DscResource.AnalyzerRules/_test/analytics?definitionId=2&contextType=build)
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/DscResource.AnalyzerRules?label=DscResource.AnalyzerRules%20Preview)](https://www.powershellgallery.com/packages/DscResource.AnalyzerRules/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/DscResource.AnalyzerRules?label=DscResource.AnalyzerRules)](https://www.powershellgallery.com/packages/DscResource.AnalyzerRules/)

## Code of Conduct

This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).

## Releases

For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).

## Contributing

Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing)
and the specific [Contributing to DscResource.AnalyzerRules](https://github.com/dsccommunity/DscResource.AnalyzerRules/blob/main/CONTRIBUTING.md)
guidelines.

## Change log

A full list of changes in each version can be found in the [change log](CHANGELOG.md).

## Documentation

The documentation can be found in the [DscResource.AnalyzerRules Wiki](https://github.com/dsccommunity/DscResource.AnalyzerRules/wiki).
The documentation is automatically updated on each PR merge.