cpplint: Remove many unnecessary NOLINT
Now that we updated to upstream cpplint, a lot of these NOLINTs are no
longer necessary.
Bug: 68951293
Change-Id: If8ed5ffe89727f313f907a214b6d8fd2a2eddbad
diff --git a/CPPLINT.cfg b/CPPLINT.cfg
index bf0ad58..8328842 100644
--- a/CPPLINT.cfg
+++ b/CPPLINT.cfg
@@ -25,6 +25,7 @@
# Ignore the following categories of errors, as specified by the filter:
# (the filter settings are concatenated together)
+filter=-build/c++11
filter=-build/include
filter=-readability/function,-readability/streams,-readability/todo
filter=-runtime/printf,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn