diff options
author | 2024-11-07 14:21:59 -0800 | |
---|---|---|
committer | 2024-11-08 09:51:41 -0800 | |
commit | 0c2d0cd5d3a184450a993396f742b2f9fa519c68 (patch) | |
tree | 7c9fef5f4bc731a744387aa5a0a647e4d42c56aa /CPPLINT.cfg | |
parent | 3ef7afd13f04f0d830415bf46e8e0c8934de2d3f (diff) |
cpplint: fix and enable whitespace/blank_line
Bug: 364967694
Test: m .
Flag: Exempt refactor
Change-Id: Ic26c9b0305b76f66a461a4449845a8ca10726c36
Diffstat (limited to 'CPPLINT.cfg')
-rw-r--r-- | CPPLINT.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 61d9c70304..7693b8dc19 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/blank_line -# TODO: b/364967694 re-enable the warning filter=-readability/check # TODO: b/364967694 re-enable the warning filter=-runtime/int |