https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 55b292ace362a7d314b93a97f0d9dea71336cd5f authored by Lars Bilke on 28 May 2021, 06:06:09 UTC
Merge branch 'ctest-output' into 'master'
Tip revision: 55b292a
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top