PSRule-vscode/ps-rule.yaml

44 строки
716 B
YAML
Исходник Обычный вид История

#
2022-03-30 16:34:08 +03:00
# PSRule configuration
#
2022-03-30 16:34:08 +03:00
# Please see the documentation for all configuration options:
# https://aka.ms/ps-rule/options
2022-07-17 11:34:08 +03:00
repository:
url: https://github.com/microsoft/PSRule-vscode
2022-03-30 16:34:08 +03:00
requires:
2023-07-07 10:26:07 +03:00
PSRule: '@pre >=2.9.0'
PSRule.Rules.MSFT.OSS: '@pre >=1.1.0'
2022-07-17 11:34:08 +03:00
include:
module:
- PSRule.Rules.MSFT.OSS
2022-03-30 16:34:08 +03:00
output:
culture:
- en-US
input:
pathIgnore:
- '*.md'
- '*.Designer.cs'
- '*.png'
- '*.csproj'
- '*.sln'
- '*.json'
- '*.resx'
- '*.yaml'
- '*.yml'
- '*.svg'
- 'schemas/*.json'
- 'syntaxes/*.json'
- 'snippets/*.json'
- '.vscode/'
- '**/node_modules/'
- '.editorconfig'
- '.prettierrc'
- '.eslintignore'
- '.vscodeignore'