https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8ee73477db9b42bb3b965cbea44b279a29366ab4 authored by Lars Bilke on 31 May 2023, 16:29:58 UTC
Merge branch 'scikit-build-core' into 'master'
Tip revision: 8ee7347
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top