https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 474da7c080d384a4139ffdfff7d7882fceb6d4b3 authored by Tom Fischer on 16 November 2023, 09:45:16 UTC
Merge branch 'RasterParameter' into 'master'
Tip revision: 474da7c
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top