https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f69020e2a6b7886646c054dba51f008604e87476 authored by Lars Bilke on 12 May 2021, 19:05:12 UTC
Merge branch 'cmake-targets' into 'master'
Tip revision: f69020e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top