https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 20d18b4422e705afe20f36f083e6984a265e20bf authored by Lars Bilke on 27 May 2021, 10:17:41 UTC
[cmake] Return early in tools CMakeLists, avoids indentation.
Tip revision: 20d18b4
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top