https://gitlab.opengeosys.org/ogs/ogs.git
Revision 75dcfa9f80adcca63bcc8ff9a63095a1bc926476 authored by Dmitri Naumov on 23 September 2021, 14:42:34 UTC, committed by Dmitry Yu. Naumov on 30 September 2021, 19:47:14 UTC
Leaving the comments for now for easier check of the derivatives.
1 parent 0f03d92
Raw File
Tip revision: 75dcfa9f80adcca63bcc8ff9a63095a1bc926476 authored by Dmitri Naumov on 23 September 2021, 14:42:34 UTC
[PL/TH2M] Comment ds_L/dp_GR and drho_GR/dp_cap=0.
Tip revision: 75dcfa9
.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