projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1e17a
)
Fix build error
author
Arun Prakash Jana <engineerarun@gmail.com>
Sat, 28 Mar 2020 22:54:31 +0000 (
04:24
+0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Sat, 28 Mar 2020 22:54:31 +0000 (
04:24
+0530)
src/.clang-tidy
patch
|
blob
|
history
diff --git
a/src/.clang-tidy
b/src/.clang-tidy
index f94a365fde69fc7acb7365acce2d71115d6037c0..a9606bd7bfb12a0d5fdcd93616cee7d9eebc3197 100644
(file)
--- 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: '90
0
'
+ value: '90
5
'
...