mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-11 12:14:53 +08:00
ignore these (#502)
This commit is contained in:
parent
f9be71eca5
commit
ba7698a473
@ -4,7 +4,14 @@ static_analysis_options:
|
|||||||
policheck_options:
|
policheck_options:
|
||||||
fail_on_error: true
|
fail_on_error: true
|
||||||
moderncop_options:
|
moderncop_options:
|
||||||
fail_on_error: true
|
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:
|
binskim_options:
|
||||||
disable_tool_scan: false
|
disable_tool_scan: false
|
||||||
files_to_scan:
|
files_to_scan:
|
||||||
|
Loading…
Reference in New Issue
Block a user