https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9c71b278a2e5b90edb97f317d0809d9e2041bc3c authored by Christoph Lehmann on 23 March 2023, 20:59:09 UTC
Merge branch 'strong-type' into 'master'
Tip revision: 9c71b27
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top