Fix for Geolocation webTCT failures
[platform/framework/web/chromium-efl.git] / third_party / dawn / CPPLINT.cfg
1 set noparent
2
3 # Dawn has something called DAWN_CHECK, but it doesn't have everything Chromium has (like CHECK_GE).
4 filter=-readability/check
5
6 # 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.
9 filter=-build/c++11
10 filter=-runtime/references
11 filter=-whitespace/braces
12 filter=-whitespace/comma
13 filter=-whitespace/end_of_line
14 filter=-whitespace/forcolon
15 filter=-whitespace/indent
16 filter=-whitespace/line_length
17 filter=-whitespace/newline
18 filter=-whitespace/operators
19 filter=-whitespace/parens
20 filter=-whitespace/semicolon
21 filter=-whitespace/tab