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