https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4a5c201677564aee8eef14f7f77b3b6660b967ac authored by Tom Fischer on 10 May 2023, 12:59:13 UTC
Merge branch 'RasterImprovements' into 'master'
Tip revision: 4a5c201
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top