-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
CI warning check tooling needs to ignore entire files or directories. Currently Tools/build/.warningignore_ubuntu
and Tools/build/.warningignore_macos
contain file paths and a count of warnings to ignore per file. Tools/build/check_warnings.py
should be able to ignore all warnings from a file or an entire directory.
For example:
Objects/longobject.c 46
Objects/memoryobject.c *
Objects/methodobject.c 1
Objects/mimalloc/ *
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement