mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 19:31:25 +00:00
The kokoro bots are running at a different level of verbosity than the presubmit check. This CL ups the verbosity level for presubmit to match kokoro and suppresses any new lint warnings which are produced by the change. The set of always removed filter options used by PRESUBMIT are copied into the CPPLINT.cfg main file in order for kokoro to match the errors presented by the CQ. Bug: dawn:1339 Change-Id: I875a06bc2ed929d5dbaaa933282e3afa2559a7af Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86627 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
19 lines
512 B
INI
19 lines
512 B
INI
set noparent
|
|
|
|
# This set of removals is set to match the set of
|
|
# OFF_UNLESS_MANUALLY_ENABLED_LINT_FEATURES from the depot_tools
|
|
# presubmit_canned_checks.py file.
|
|
filter=-build/c++11
|
|
filter=-runtime/references
|
|
filter=-whitespace/braces
|
|
filter=-whitespace/comma
|
|
filter=-whitespace/end_of_line
|
|
filter=-whitespace/forcolon
|
|
filter=-whitespace/indent
|
|
filter=-whitespace/line_length
|
|
filter=-whitespace/newline
|
|
filter=-whitespace/operators
|
|
filter=-whitespace/parens
|
|
filter=-whitespace/semicolon
|
|
filter=-whitespace/tab
|