https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3be3b22a0311d4e7e38f18b5e00becd808c1b49e authored by Lars Bilke on 07 February 2023, 15:32:49 UTC
Merge branch 'cpm-update' into 'master'
Tip revision: 3be3b22
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top