summaryrefslogtreecommitdiff
path: root/CPPLINT.cfg
diff options
context:
space:
mode:
author William Escande <wescande@google.com> 2024-11-07 10:34:16 -0800
committer William Escande <wescande@google.com> 2024-11-08 09:46:32 -0800
commit4607506725f378a21c91adc443c5b9f3ac22cbbd (patch)
tree672b10e5b7cdc553c80a29afe46c16e0c2992665 /CPPLINT.cfg
parentdf850d2a664e71d27f88d545e41f5432cb96bf39 (diff)
cpplint: fix and enable whitespace/newline
Done with a combination of: sed -i 'N;s|\(^ *// .*\)\n\( *else.*\)|\2\n\1|;P;D' $i sed -i 'N;s|\(^ */\* .*\)\n\( *else.*\)|\2\n\1|;P;D' $i sed -i 'N;s|\(^ */\*\* .*\)\n\( *else.*\)|\2\n\1|;P;D' $i sed -i 'N;s|\(^ *\* .*\)\n\( *else.*\)|\2\n\1|;P;D' $i + repo upload formatter Bug: 364967694 Test: m . Flag: Exempt refactor Change-Id: Ie1af09932f2508da5ed94c625b8c4052ab2c1e78
Diffstat (limited to 'CPPLINT.cfg')
-rw-r--r--CPPLINT.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/CPPLINT.cfg b/CPPLINT.cfg
index 23248637ae..61d9c70304 100644
--- a/CPPLINT.cfg
+++ b/CPPLINT.cfg
@@ -5,8 +5,6 @@ linelength=100
filter=-whitespace/indent
# TODO: b/364967694 re-enable the warning
-filter=-whitespace/newline
-# TODO: b/364967694 re-enable the warning
filter=-whitespace/blank_line
# TODO: b/364967694 re-enable the warning
filter=-readability/check