Revision f609057d9775386fef44fae4e1639bdb408595c4 authored by ericsimo on 13 February 2021, 14:30:18 UTC, committed by Wenqing Wang on 16 February 2021, 15:39:17 UTC
ATTENTION: other files not releated to the GasPressureDependentPermeability model were created when running scripts/doc/get-project-params.sh . | scripts/doc/create-docu-file-stubs.sh
1 parent f072576
Raw File
.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