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