mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 11:59:07 +08:00
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'
|