https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a80529a06ef4581584bd0b2890731fca3bf975f4 authored by Tom Fischer on 20 June 2023, 08:11:07 UTC
Merge branch 'MoveRasterReaderToGeoLib' into 'master'
Tip revision: a80529a
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top