https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9a03d3f00b1f4ec659e8a6c3c77ba74a25d019d0 authored by Lars Bilke on 13 January 2023, 16:19:40 UTC
Merge branch 'ogstools' into 'master'
Tip revision: 9a03d3f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top