ps-rule.yaml (15 lines of code) (raw):
#
# PSRule configuration
#
# Please see the documentation for all configuration options:
# https://microsoft.github.io/PSRule/
requires:
PSRule: '@pre >=2.7.0'
input:
pathIgnore:
- '.vscode/'
- '*.md'
- '*.Designer.cs'
- '*.resx'
- '*.sln'
- '*.txt'
- '*.html'
- '*.ico'
output:
culture:
- en-US