blob: c10f5323d6fc078d614db0d08dbca0ef651100f9 [file] [log] [blame]
Dan Sinclair6e581892020-03-02 15:47:43 -05001set noparent
dan sinclair2a3d9942022-04-13 16:14:26 +00002
Ben Clayton9be5f3d2023-09-14 08:10:21 +00003# Dawn has something called DAWN_CHECK, but it doesn't have everything Chromium has (like CHECK_GE).
Kai Ninomiyabe98f272023-09-11 20:47:26 +00004filter=-readability/check
5
dan sinclair2a3d9942022-04-13 16:14:26 +00006# This set of removals is set to match the set of
7# OFF_UNLESS_MANUALLY_ENABLED_LINT_FEATURES from the depot_tools
8# presubmit_canned_checks.py file.
9filter=-build/c++11
10filter=-runtime/references
11filter=-whitespace/braces
12filter=-whitespace/comma
13filter=-whitespace/end_of_line
14filter=-whitespace/forcolon
15filter=-whitespace/indent
16filter=-whitespace/line_length
17filter=-whitespace/newline
18filter=-whitespace/operators
19filter=-whitespace/parens
20filter=-whitespace/semicolon
21filter=-whitespace/tab