commit | 6e27b7d56622207870944de78dbee394421b5f16 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Wed Jul 05 17:36:49 2023 -0400 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Wed Jul 05 21:06:55 2023 -0400 |
tree | 984950a855a0b33e825e822019ba254e4f13ca00 | |
parent | 1f8d2e492e7f3dbb8ceee89d9c7801f0ff01ad34 [diff] |
checkpatch: exclude lib/posix/*.c from negative errno rule The `USE_NEGATIVE_ERRNO` rule consistently generates false positives when working with certain areas of POSIX. It makes sense to disable this check for the POSIX API rather than requiring merge superpowers constantly. That way, we can merge as per usual after sufficient approvals rather than waiting for someone with merge superpowers to override / manually merge. Signed-off-by: Christopher Friedt <cfriedt@meta.com>