Skip to content

Commit dccbb88

Browse files
committed
exclude=>ignore
1 parent 581a9c4 commit dccbb88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

man/manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ Typically a `compile_commands.json` contains absolute paths. However no matter i
126126
* a file with relative path `src/test2.c` can be checked.
127127
* a file with relative path `src/test3.cpp` is not checked.
128128

129-
### Exclude files matching a given pattern
129+
### Ignore/skip files matching a given pattern
130130

131-
With `-i <str>` you can configure filename/directory patterns that should be excluded from checking.
131+
With `-i <str>` you can configure filename/directory patterns that should be ignored/skipped.
132132

133-
> *Note*: If you want to filter out warnings for a header file then `-i` will not work. The option `--suppress` should be used instead. Any header included in a source file which is not excluded would be processed regardless the `-i` option applied to that header.
133+
> *Note*: If you want to filter out warnings for a header file then `-i` will not work. The option `--suppress` should be used instead. Any header included in a source file which is not ignored would be processed regardless the `-i` option applied to that header.
134134
135135
Translation units are skipped if their *source filename* matches the exclusion pattern. This filtering happens *before* preprocessing, and the exclusion patterns are not applied during preprocessing or analysis.
136136

0 commit comments

Comments
 (0)