https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 27bd8938937954de15c5a83463ca861f7da9bdde authored by Lars Bilke on 30 May 2023, 08:29:38 UTC
Merge branch 'scikit-build-core' into 'master'
Tip revision: 27bd893
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top