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