https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d1d6f4d19d4c3c88640ba10ba12dfa9c16b69f01 authored by Lars Bilke on 15 December 2022, 11:45:19 UTC
Merge branch 'update-mgis' into 'master'
Tip revision: d1d6f4d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top