Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb6f2c45 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Cpplint bypass most common error" into main

parents c2529896 c615aa5d
Loading
Loading
Loading
Loading
+40 −1
Original line number Diff line number Diff line
@@ -3,3 +3,42 @@ linelength=100
# Do not check access modifier indentation.
# CPPLint enforces +1, but our rule is no indentation.
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=-whitespace/ending_newline
# TODO: b/364967694 re-enable the warning
filter=-readability/check
# TODO: b/364967694 re-enable the warning
filter=-runtime/int
# TODO: b/364967694 re-enable the warning
filter=-runtime/string
# TODO: b/364967694 re-enable the warning
filter=-runtime/explicit
# TODO: b/364967694 re-enable the warning
filter=-readability/braces
# TODO: b/364967694 re-enable the warning
filter=-whitespace/braces
# TODO: b/364967694 re-enable the warning
filter=-build/c++11
# TODO: b/364967694 re-enable the warning
filter=-readability/todo
# TODO: b/364967694 re-enable the warning
filter=-readability/multiline_comment
# TODO: b/364967694 re-enable the warning
filter=-build/namespaces
# TODO: b/364967694 re-enable the warning
filter=-readability/inheritance
# TODO: b/364967694 re-enable the warning
filter=-build/header_guard
# TODO: b/364967694 re-enable the warning
filter=-runtime/references
# TODO: b/364967694 re-enable the warning
filter=-build/include_what_you_use
# TODO: b/364967694 re-enable the warning
filter=-build/include_subdir
# TODO: b/364967694 re-enable the warning
filter=-readability/casting