https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ec5e18fd3cb60b4a866dee89e328feec72dd558d authored by Lars Bilke on 08 February 2023, 20:13:08 UTC
Merge branch 'cdash-build-name-fix' into 'master'
Tip revision: ec5e18f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top