https://gitlab.opengeosys.org/ogs/ogs.git
Revision e044ea9b8ce03e69fedf27147b3529f440088d0d authored by Dmitry Yu. Naumov on 28 June 2021, 10:32:01 UTC, committed by Dmitry Yu. Naumov on 28 June 2021, 10:32:01 UTC
[GeoLib] Code improvements (Constify, remove unnecessary code, ...)

See merge request ogs/ogs!3675
2 parent s 2b7fbea + 18fc2a1
Raw File
Tip revision: e044ea9b8ce03e69fedf27147b3529f440088d0d authored by Dmitry Yu. Naumov on 28 June 2021, 10:32:01 UTC
Merge branch 'SmallFixes_2021-Week25' into 'master'
Tip revision: e044ea9
.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