https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba87dd36b00acde6f0fd0f0195111f76b1ea1f38 authored by Lars Bilke on 15 September 2021, 06:33:46 UTC
[cmake] Make git optional.
Tip revision: ba87dd3
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top