https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b7fdacad4ed259a16f36cf40a936fae52bcf692e authored by Lars Bilke on 01 March 2021, 13:53:47 UTC
Merge branch 'update-conan' into 'master'
Tip revision: b7fdaca
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top