https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5fc059dd030df3646b3587401642c6f6379d5c24 authored by Thomas Nagel on 09 July 2023, 17:56:53 UTC
Merge branch 'GS_model' into 'master'
Tip revision: 5fc059d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top