Skip to content

Commit

Permalink
Update cpplint filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 22, 2023
1 parent 6e679ac commit b4e1f8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions poac.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ filters = [
"-whitespace",
"+whitespace/ending_newline",
"-build/c++11",
"-build/namespaces_literals", # Didn't work correctly with inline namespaces # `namespace termcolor2::inline color_literals::inline foreground_literals` # suggested to `namespace termcolor2::inline`
"-readability/namespace", # Unknown NOLINT error category: bugprone-branch-clone # This is for clang-tidy
"-readability/nolint", # I believe non-const reference would be much better than a pointer.
"-runtime/references",
"-build/namespaces_literals",
"-readability/nolint", # Unknown NOLINT error category: bugprone-branch-clone # This is for clang-tidy
"-runtime/references", # non-const reference rather than a pointer
"-readability/braces", # prioritize clang-format
"-build/include_order", # prioritize clang-format
"-build/include_subdir",
Expand Down

0 comments on commit b4e1f8d

Please sign in to comment.