https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 765dce3df49df5cf26d2b14cde9bad2e20e2172c authored by Tom Fischer on 06 January 2023, 14:26:31 UTC
Merge branch 'GMLOutput' into 'master'
Tip revision: 765dce3
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top