mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
f254afbd00
* ignore wix dll * allow buddy build test runs * ignore another * ignore wix dll * ignore wix exe
15 lines
402 B
YAML
15 lines
402 B
YAML
static_analysis_options:
|
|
fxcop_options:
|
|
disable_tool_scan: false
|
|
policheck_options:
|
|
fail_on_error: true
|
|
moderncop_options:
|
|
fail_on_error: true
|
|
binskim_options:
|
|
disable_tool_scan: false
|
|
files_to_scan:
|
|
- from: 'installer/packages'
|
|
exclude:
|
|
- 'WiX.3.11.1/**/*.dll'
|
|
- 'Wix.3.11.1/**/*.exe'
|