https://gitlab.opengeosys.org/ogs/ogs.git
Revision 9a9f2478c0a59617fe3d18ec3478feab1feb7a7a authored by Christoph Lehmann on 12 December 2022, 09:13:35 UTC, committed by Christoph Lehmann on 19 December 2022, 09:28:31 UTC
1 parent 6a73e74
Raw File
Tip revision: 9a9f2478c0a59617fe3d18ec3478feab1feb7a7a authored by Christoph Lehmann on 12 December 2022, 09:13:35 UTC
[PL] Added missing include
Tip revision: 9a9f247
.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