https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e189e39818c3756804e1c06e83bea50690dc27b0 authored by Christoph Lehmann on 11 August 2023, 08:59:20 UTC
Merge branch 'trm-prev-states' into 'master'
Tip revision: e189e39
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top