Skip to content

Commit

Permalink
Suppress cpplint warnings clang-format makes redundant (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Dec 7, 2024
1 parent 66eaa5e commit 85a96fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wpiformat/wpiformat/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,18 @@ def run_batch(config_file, names):
"runtime/references",
"runtime/string",
"whitespace/braces",
"whitespace/comma",
"whitespace/comments",
"whitespace/end_of_line",
"whitespace/ending_newline",
"whitespace/indent",
"whitespace/indent_namespace",
"whitespace/line_length",
"whitespace/newline",
"whitespace/operators",
"whitespace/parens",
"whitespace/semicolon",
"whitespace/tab",
]

# Prepare header file extensions
Expand Down

0 comments on commit 85a96fe

Please sign in to comment.