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:
|
||||
prefix_inspections:
|
||||
bin:
|
||||
./bin:
|
||||
- PATH
|
||||
man:
|
||||
./man:
|
||||
- MANPATH
|
||||
'':
|
||||
./:
|
||||
- CMAKE_PREFIX_PATH
|
||||
|
||||
Prefix inspections are only applied if the relative path inside the
|
||||
|
@ -579,7 +579,7 @@ the view.
|
|||
view_relative_modules:
|
||||
use_view: my_view
|
||||
prefix_inspections:
|
||||
bin:
|
||||
./bin:
|
||||
- PATH
|
||||
view:
|
||||
my_view:
|
||||
|
|
Loading…
Reference in a new issue