cpplint: add filter `whitespace/tab` (#29588)

old-commit-hash: 9c7bf50703
beeps
Dean Lee 2 years ago committed by GitHub
parent 2b38b62afe
commit 228d30d5a9
  1. 2
      .pre-commit-config.yaml

@ -64,7 +64,7 @@ repos:
- --linelength=240 - --linelength=240
# https://google.github.io/styleguide/cppguide.html # https://google.github.io/styleguide/cppguide.html
# relevant rules are whitelisted, see all options with: cpplint --filter= # relevant rules are whitelisted, see all options with: cpplint --filter=
- --filter=-build,-legal,-readability,-runtime,-whitespace,+build/include_subdir,+build/forward_decl,+build/include_what_you_use,+build/deprecated,+whitespace/line_length,+whitespace/empty_if_body,+whitespace/empty_loop_body,+whitespace/empty_conditional_body,+whitespace/forcolon,+whitespace/parens,+whitespace/semicolon,+readability/braces - --filter=-build,-legal,-readability,-runtime,-whitespace,+build/include_subdir,+build/forward_decl,+build/include_what_you_use,+build/deprecated,+whitespace/line_length,+whitespace/empty_if_body,+whitespace/empty_loop_body,+whitespace/empty_conditional_body,+whitespace/forcolon,+whitespace/parens,+whitespace/semicolon,+whitespace/tab,+readability/braces
- repo: local - repo: local
hooks: hooks:
- id: test_translations - id: test_translations

Loading…
Cancel
Save