fix config syntax & disable rand error

This commit is contained in:
Krishna Vedala 2020-07-10 18:26:04 -04:00
parent 26322e0ddb
commit 61998c0446
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
Checks: '-*,google-*,clang-analyzer-*,openmp-*,performance-*,portability-*,modernize-*
Checks: '-*,google-*,clang-analyzer-*,-clang-analyzer-security.insecureAPI.rand,openmp-*,performance-*,portability-*,modernize-*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false