https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 35b254f79748abf481bf360acc60d6a3bd805b60 authored by Lars Bilke on 29 June 2021, 11:46:56 UTC
[cmake] Restore 3.16 compatibility.
Tip revision: 35b254f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top