Skip to content

Commit 2c18207

Browse files
committed
formatting list
1 parent 5b9e4ef commit 2c18207

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

man/manual.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ A use case for `-i` is to check a project, but exclude certain files/folders:
144144
cppcheck --project=compile_commands.json -itest
145145

146146
Typically a `compile_commands.json` contains absolute paths. However no matter if `compile_commands.json` contains absolute paths or relative paths, the option `-itest` would mean that:
147+
147148
* a file with relative path `test1.cpp` can be checked.
148149
* a file with relative path `test/somefile.cpp` is not checked
149150

0 commit comments

Comments
 (0)