engineer-thesis-WUT/.clang-tidy

13 lines
484 B
Plaintext
Raw Permalink Normal View History

2023-07-02 15:31:19 +02:00
---
2023-07-11 19:20:19 +02:00
Checks: '*,-llvm-header-guard, -altera-unroll-loops, -cppcoreguidelines-pro-type-reinterpret-cast,-llvmlibc-implementation-in-namespace,-llvmlibc-callee-namespace, -llvmlibc-restrict-system-libc-headers, -modernize-use-trailing-return-type'
2023-07-02 15:31:19 +02:00
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: none
User: kuchy
CheckOptions:
- key: google-readability-function-size.LineThreshold
value: '16'
2023-07-02 15:31:19 +02:00
...