forked from Azure/PSRule.Rules.Azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathps-rule.yaml
42 lines (37 loc) · 759 Bytes
/
ps-rule.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# PSRule configuration
#
# Please see the documentation for all configuration options:
# https://microsoft.github.io/PSRule/
input:
pathIgnore:
- '.vscode/'
- 'data/'
- '.config/'
- '.github/workflows/'
- '.azure-pipelines/**/*.yaml'
- 'docs/examples*.json'
- '*.md'
- '*.Designer.cs'
- '*.resx'
- '*.sln'
- '*.txt'
- '*.html'
- '*.ico'
- 'ps-docs.yaml'
- 'ps-project.yaml'
- 'ps-rule.yaml'
- 'mkdocs.yml'
- '**/.editorconfig'
- '.markdownlint.json'
- '.github/dependabot.yml'
include:
path: []
output:
culture:
- en-US
# jobSummaryPath: summary.md
configuration:
# Authoring rules
RULE_AUTHORING_ONLINE_HELP: 'https://azure.github.io/PSRule.Rules.Azure/en/rules/'
RULE_AUTHORING_PREFIX: 'Azure'