mirror of https://github.com/exaloop/codon.git
9 lines
377 B
Plaintext
9 lines
377 B
Plaintext
|
---
|
||
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-*,modernize-*,bugprone-*,concurrency-*,performance-*,portability-*,-modernize-use-nodiscard,-modernize-use-trailing-return-type,-cppcoreguidelines-special-member-functions'
|
||
|
WarningsAsErrors: false
|
||
|
HeaderFilterRegex: '(build/.+)|(codon/util/.+)'
|
||
|
AnalyzeTemporaryDtors: false
|
||
|
FormatStyle: llvm
|
||
|
...
|
||
|
|