https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8a453467c8e0d0468279e7736e832882e51b1006 authored by Christoph Lehmann on 03 November 2023, 06:48:59 UTC
Merge branch 'remove-coupled-solutions' into 'master'
Tip revision: 8a45346
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top