fix prefix_inspections keys in example (#40904)
This commit is contained in:
parent
3384181868
commit
4700108b5b
1 changed files with 4 additions and 4 deletions
|
@ -519,11 +519,11 @@ inspections and customize them per-module-set.
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
prefix_inspections:
|
prefix_inspections:
|
||||||
bin:
|
./bin:
|
||||||
- PATH
|
- PATH
|
||||||
man:
|
./man:
|
||||||
- MANPATH
|
- MANPATH
|
||||||
'':
|
./:
|
||||||
- CMAKE_PREFIX_PATH
|
- CMAKE_PREFIX_PATH
|
||||||
|
|
||||||
Prefix inspections are only applied if the relative path inside the
|
Prefix inspections are only applied if the relative path inside the
|
||||||
|
@ -579,7 +579,7 @@ the view.
|
||||||
view_relative_modules:
|
view_relative_modules:
|
||||||
use_view: my_view
|
use_view: my_view
|
||||||
prefix_inspections:
|
prefix_inspections:
|
||||||
bin:
|
./bin:
|
||||||
- PATH
|
- PATH
|
||||||
view:
|
view:
|
||||||
my_view:
|
my_view:
|
||||||
|
|
Loading…
Reference in a new issue