https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5772ba46c046f211c55a7747828e82d3e5c0d794 authored by Tom Fischer on 11 January 2023, 13:21:49 UTC
Merge branch 'GMLOutput' into 'master'
Tip revision: 5772ba4
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top