Skip to content

Commit

Permalink
tools: add readability/fn_size to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Sep 7, 2024
1 parent 9e5d2b7 commit ec0be69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@
# flag. By default all errors are on, so only add here categories that should be
# off by default (i.e., categories that must be enabled by the --filter= flags).
# All entries here should start with a '-' or '+', as in the --filter= flag.
_DEFAULT_FILTERS = ['-build/include_alpha']
_DEFAULT_FILTERS = [
'-build/include_alpha',
'-readability/fn_size',
]

# The default list of categories suppressed for C (not C++) files.
_DEFAULT_C_SUPPRESSED_CATEGORIES = [
Expand Down

0 comments on commit ec0be69

Please sign in to comment.