blob: c5222f92e200e5eb82ee1e735d7a79de5d34f739 [file] [log] [blame]
set noparent
# Dawn has something called DAWN_CHECK, but it doesn't have everything Chromium has (like CHECK_GE).
filter=-readability/check
# Include order should be caught by clang-format.
filter=-build/include_order
# 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
# WGSL constructor-casts (in DAWN_MULTILINE) look like function-style casts.
# Disable this globally for ease of use, as it's also not very important in C++.
filter=-readability/casting