mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 05:53:52 +00:00
Permanently remove cpplint's whitespace/indent check (#432)
This commit is contained in:
parent
5ecb61599a
commit
80d8e942c5
@ -6,8 +6,9 @@ filter=-build/include_order # Requires unusual include order that encourages cr
|
|||||||
filter=-readability/nolint # Conflicts with clang-tidy
|
filter=-readability/nolint # Conflicts with clang-tidy
|
||||||
filter=-runtime/references # Requires fundamental change of API, don't see need for this
|
filter=-runtime/references # Requires fundamental change of API, don't see need for this
|
||||||
filter=-whitespace/blank_line # Unnecessarily strict with blank lines that otherwise help with readability
|
filter=-whitespace/blank_line # Unnecessarily strict with blank lines that otherwise help with readability
|
||||||
|
filter=-whitespace/indent # Requires strange 3-space indent of private/protected/public markers
|
||||||
filter=-whitespace/parens,-whitespace/braces # Conflict with clang-format
|
filter=-whitespace/parens,-whitespace/braces # Conflict with clang-format
|
||||||
|
|
||||||
# Filters to be included in future
|
# Filters to be included in future
|
||||||
filter=-whitespace/indent,-whitespace/comments
|
filter=-whitespace/comments
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user