https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 22f5375ebbb1818a2ded44b77d5b5da9fa731a29 authored by Tom Fischer on 24 November 2023, 05:52:59 UTC
Merge branch 'RasterParameter' into 'master'
Tip revision: 22f5375
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top