Index: runtime/CPPLINT.cfg |
diff --git a/runtime/CPPLINT.cfg b/runtime/CPPLINT.cfg |
index 64aa482f95c84d8e707c92769758307347df2f69..c9f2821765deb93a3b321e27d42f71fc71365384 100644 |
--- a/runtime/CPPLINT.cfg |
+++ b/runtime/CPPLINT.cfg |
@@ -4,4 +4,7 @@ set noparent |
# Do not limit function size. For example parts of |
# the simulator are really large. |
-filter=-readability/fn_size |
+# |
+# Do not complain about whitespace. That is handled |
+# by the clang format presubmit check. |
+filter=-readability/fn_size,-whitespace/indent |