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