https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d191b62808c7642ade570126e8d449ec17f98d73 authored by Tom Fischer on 16 January 2023, 06:55:01 UTC
Merge branch 'FixSecondaryVariableOutput' into 'master'
Tip revision: d191b62
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top