X Tutup
Skip to content

Fixup #14021 (Manual: document improved path matching for suppressions, file filters, exclusions)#7680

Merged
danmar merged 1 commit intodanmar:mainfrom
cppchecksolutions:14021-manual
Jul 20, 2025
Merged

Fixup #14021 (Manual: document improved path matching for suppressions, file filters, exclusions)#7680
danmar merged 1 commit intodanmar:mainfrom
cppchecksolutions:14021-manual

Conversation

@danmar
Copy link
Copy Markdown
Owner

@danmar danmar commented Jul 18, 2025

No description provided.

`*`: matches zero or more characters, excluding path separators
`?`: matches zero or one characters, excluding path separators

A common use case for `--file-filter` is to check a project, but only check certain files:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like not is missing here

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm where?

@sonarqubecloud
Copy link
Copy Markdown

@danmar danmar merged commit c8031b4 into danmar:main Jul 20, 2025
2 checks passed
danmar added a commit that referenced this pull request Jul 20, 2025
@danmar danmar deleted the 14021-manual branch October 19, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup