https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e97b02fc216554ff54e86ae67c367b006c35e6a5 authored by Lars Bilke on 23 August 2023, 12:56:42 UTC
Merge branch 'hdf-char' into 'master'
Tip revision: e97b02f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top