mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 17:09:28 +00:00
22 lines
625 B
YAML
22 lines
625 B
YAML
static_analysis_options:
|
|
fxcop_options:
|
|
disable_tool_scan: false
|
|
policheck_options:
|
|
fail_on_error: true
|
|
moderncop_options:
|
|
fail_on_error: true
|
|
files_to_scan:
|
|
- from: 'src'
|
|
exclude:
|
|
- '**/just.config.js'
|
|
- '**/webpack.config.js'
|
|
- '**/webpack.serve.config.js'
|
|
- '**/dist/bundle.js'
|
|
binskim_options:
|
|
disable_tool_scan: false
|
|
files_to_scan:
|
|
- from: 'installer/packages'
|
|
exclude:
|
|
- 'WiX.3.11.1/**/*.dll'
|
|
- 'Wix.3.11.1/**/*.exe'
|