https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc18b81c7f8c0888df7624814cd06f0542578fa6 authored by Tom Fischer on 15 November 2023, 08:26:01 UTC
Merge branch 'ImproveNeumannParameterEvaluation' into 'master'
Tip revision: dc18b81
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top