33 строки
492 B
YAML
33 строки
492 B
YAML
#
|
|
# PSRule configuration
|
|
#
|
|
|
|
# Please see the documentation for all configuration options:
|
|
# https://aka.ms/ps-rule/options
|
|
|
|
requires:
|
|
PSRule: '@pre >=2.2.0'
|
|
|
|
input:
|
|
pathIgnore:
|
|
- '.vscode/'
|
|
- '*.md'
|
|
- '*.Designer.cs'
|
|
- '*.resx'
|
|
- '*.sln'
|
|
- '*.txt'
|
|
- '*.html'
|
|
- '*.ico'
|
|
|
|
include:
|
|
path: []
|
|
|
|
output:
|
|
culture:
|
|
- en-US
|
|
|
|
configuration:
|
|
# Authoring rules
|
|
# RULE_AUTHORING_ONLINE_HELP: 'https://azure.github.io/PSRule.Rules.CAF/en/rules/'
|
|
RULE_AUTHORING_PREFIX: 'CAF'
|