2020-10-20 16:10:47 +03:00
|
|
|
#
|
2022-03-30 16:34:08 +03:00
|
|
|
# PSRule configuration
|
2020-10-20 16:10:47 +03:00
|
|
|
#
|
|
|
|
|
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'
|
2024-01-01 09:27:53 +03:00
|
|
|
PSRule.Rules.MSFT.OSS: '@pre >=1.1.0'
|
2022-07-17 11:34:08 +03:00
|
|
|
|
|
|
|
include:
|
|
|
|
module:
|
2024-01-01 09:27:53 +03:00
|
|
|
- PSRule.Rules.MSFT.OSS
|
2022-03-30 16:34:08 +03:00
|
|
|
|
2020-10-20 16:10:47 +03:00
|
|
|
output:
|
|
|
|
culture:
|
2024-01-01 09:27:53 +03:00
|
|
|
- en-US
|
2020-10-20 16:10:47 +03:00
|
|
|
|
|
|
|
input:
|
|
|
|
pathIgnore:
|
2024-01-01 09:27:53 +03:00
|
|
|
- '*.md'
|
2024-02-13 17:31:01 +03:00
|
|
|
- '*.Designer.cs'
|
|
|
|
- '*.png'
|
|
|
|
- '*.csproj'
|
|
|
|
- '*.sln'
|
|
|
|
- '*.json'
|
|
|
|
- '*.resx'
|
|
|
|
- '*.yaml'
|
|
|
|
- '*.yml'
|
|
|
|
- '*.svg'
|
2024-01-01 09:27:53 +03:00
|
|
|
- 'schemas/*.json'
|
|
|
|
- 'syntaxes/*.json'
|
|
|
|
- 'snippets/*.json'
|
|
|
|
- '.vscode/'
|
|
|
|
- '**/node_modules/'
|
2024-02-13 17:31:01 +03:00
|
|
|
- '.editorconfig'
|
|
|
|
- '.prettierrc'
|
|
|
|
- '.eslintignore'
|
|
|
|
- '.vscodeignore'
|