https://gitlab.opengeosys.org/ogs/ogs.git
Revision 9aa876812b6d312896bf97924056e708a8a82aa7 authored by Dmitri Naumov on 07 June 2021, 16:10:00 UTC, committed by Dmitri Naumov on 08 June 2021, 09:02:10 UTC
Some parts of the code expect an empty set of active elements
if all of the elements are active.
1 parent ff1d8c3
Raw File
Tip revision: 9aa876812b6d312896bf97924056e708a8a82aa7 authored by Dmitri Naumov on 07 June 2021, 16:10:00 UTC
[PL/PV] DS; Readd special case for all active elements.
Tip revision: 9aa8768
.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