https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9c63442e45c049964bce7219d16ec23cbfa7c226 authored by Christoph Lehmann on 06 March 2023, 10:21:39 UTC
Merge branch 'localdof' into 'master'
Tip revision: 9c63442
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top