aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-05-08 20:56:44 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-05-22 08:44:19 +0530
commit3e54217ae91cb97c85540be649c7cd2aff2ceb69 (patch)
treef98b778dad292ed9d1d7e0d53c08df53ecafcc4d /.clang-tidy
parent0eec240260a69ac6388cea962435099a2ff0fd34 (diff)
downloadnnn-3e54217ae91cb97c85540be649c7cd2aff2ceb69.tar.gz
Fix build break
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index c03204c..885adc7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -10,4 +10,6 @@ CheckOptions:
value: '_t'
- key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h'
+ - key: readability-function-size.StatementThreshold
+ value: '850'
...