futriix-json/tst/unit/CPPLINT.cfg
Roshan Khatri 926b6fd6fe
Contributing valkeyJSON module (#1)
Initial contribution for ValkeyJSON based off of Amazon implementation.
2024-11-29 07:47:54 -08:00

7 lines
204 B
INI

filter=-build/include_subdir
# STL allocator needs implicit single arg constructor which CPPLINT doesn't like by default
filter=-runtime/explicit
filter=-runtime/string
filter=-runtime/int
linelength=120