mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-23 23:13:39 -06:00
706c8a5266
Update clang-tidy.yml to use clang-tidy-15 to be able to support c++20 Do not use OpenMP, as omp.h is not found during parsing Remove modernize-use-nullptr, as this does not work with <=> (spaceship operator) https://reviews.llvm.org/D95714
6 lines
345 B
YAML
6 lines
345 B
YAML
---
|
|
Checks: '-*,modernize-use-override,modernize-deprecated-headers,bugprone-bool-pointer-implicit-conversion,bugprone-parent-virtual-call,bugprone-redundant-branch-condition,bugprone-suspicious-semicolon,bugprone-suspicious-string-compare'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: 'ApplicationLibCode/*.*$'
|
|
FormatStyle: 'file'
|