mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-05 11:45:54 +00:00
This CL changes the single `sprintf` to an `snprintf` which allows the runtime/printf lint check to be enabled. Change-Id: Ieed654a8d5f23250e4bc8ee07001489a060f8dc5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86084 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
15 lines
404 B
INI
15 lines
404 B
INI
filter=-build/header_guard
|
|
filter=-build/include_directory
|
|
filter=-build/include_order
|
|
filter=-build/include_what_you_use
|
|
filter=-build/namespaces
|
|
filter=-legal/copyright
|
|
filter=-readability/braces
|
|
filter=-readability/casting
|
|
filter=-readability/inheritance
|
|
filter=-readability/namespace
|
|
filter=-runtime/explicit
|
|
filter=-runtime/indentation_namespace
|
|
filter=-runtime/int
|
|
filter=-whitespace/empty_if_body
|