https://gitlab.opengeosys.org/ogs/ogs.git
Revision 609c52236fc976059d6f8ecbd7a7dc2cf79a2ec9 authored by Dmitri Naumov on 26 August 2021, 08:57:14 UTC, committed by Dmitri Naumov on 26 August 2021, 08:57:25 UTC
Related issue:
https://gitlab.opengeosys.org/ogs/ogs/-/issues/3173
1 parent 1f79a06
Raw File
Tip revision: 609c52236fc976059d6f8ecbd7a7dc2cf79a2ec9 authored by Dmitri Naumov on 26 August 2021, 08:57:14 UTC
[T/LIE/HM] Disable failing ctest.
Tip revision: 609c522
.clang-tidy
---
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-pro-type-member-init, *explicit-conversions*, google-explicit-constructor, google-readability-braces-around-statements, modernize-loop-convert, modernize-use-default-member-init, modernize-use-emplace, modernize-use-using, readability-braces-around-statements, readability-else-after-return, readability-named-parameter, *readability-namespace-comments, *readability-inconsistent-*, readability-redundant-member-init, readability-simplify-boolean-expr, readability-string-compare'

WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle:     file
CheckOptions:
  - key:             google-readability-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             hicpp-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             readability-braces-around-statements.ShortStatementLines
    value:           '1'
back to top