https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2469b93cc241705d1622081dcf4ab20ba3cb687e authored by Christoph Lehmann on 03 November 2023, 08:51:42 UTC
Merge branch 'remove-coupled-solutions' into 'master'
Tip revision: 2469b93
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top