https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 221329da3b53298870aa8e09723cf88f0271edd4 authored by Lars Bilke on 14 March 2023, 07:48:57 UTC
Merge branch 'rm-ogs_use_python' into 'master'
Tip revision: 221329d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top