Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Feature or enhancement
Proposal:
CI warning check tooling needs to ignore entire files or directories. CurrentlyTools/build/.warningignore_ubuntu andTools/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 46Objects/memoryobject.c *Objects/methodobject.c 1Objects/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