diff options
| author | 2025-03-07 08:59:44 -0800 | |
|---|---|---|
| committer | 2025-03-07 08:59:44 -0800 | |
| commit | 70a19fa34b10c8c6e91d72420d60b46614259050 (patch) | |
| tree | 6b37fcfe6b572a6c52626a1600f38200f7e195b7 | |
| parent | eb7b939d2d1b85c52f395d3a2c310028b2e5aa45 (diff) | |
| parent | 2b5e15a3075b507c5089f21037ac013529eb4adf (diff) | |
Merge "Remove line length linter in Bluetooth code" into main
| -rw-r--r-- | CPPLINT.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPPLINT.cfg b/CPPLINT.cfg index d04adc0048..e9f429df17 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -1,5 +1,4 @@ set noparent -linelength=100 # Do not check access modifier indentation. # CPPLint enforces +1, but our rule is no indentation. filter=-whitespace/indent @@ -38,3 +37,4 @@ filter=-readability/casting # The following checks are either covered by clang-format, # or can produce diagnostics that contradict clang-format. filter=-build/include_order +filter=-whitespace/line_length |