https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1e01b725fab70736b962a67cbee34d9a14e22966 authored by Lars Bilke on 20 April 2023, 11:51:00 UTC
Merge branch 'scikit-build-core' into 'master'
Tip revision: 1e01b72
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top