https://gitlab.opengeosys.org/ogs/ogs.git
Revision b95f22111eb19a4c693ebf35c5848372d9b39ec5 authored by Thomas Fischer on 14 October 2021, 06:21:57 UTC, committed by Dmitry Yu. Naumov on 19 October 2021, 08:07:15 UTC
test line intersecting domain boundary
1 parent e79ead7
Raw File
Tip revision: b95f22111eb19a4c693ebf35c5848372d9b39ec5 authored by Thomas Fischer on 14 October 2021, 06:21:57 UTC
[T] (Crashing) Test for tool geometryToGmshGeo.
Tip revision: b95f221
.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