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