diff options
-rw-r--r-- | src/.clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index f94a365..a9606bd 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -11,5 +11,5 @@ CheckOptions: - key: fuchsia-restrict-system-includes.Includes value: '*,-stdint.h,-stdbool.h' - key: readability-function-size.StatementThreshold - value: '900' + value: '905' ... |