https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 654d90da5e30e62bfa68faf78492ebe221d62a95 authored by joergbuchwald on 01 October 2021, 13:28:26 UTC
Merge branch 'van_genuchten_exp' into 'master'
Tip revision: 654d90d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top