https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: afbe57cfe91dc1f6bbe81eb0d275d2a28e2b61fc authored by wenqing on 04 May 2021, 16:54:27 UTC
Merge branch 'fixTHM' into 'master'
Tip revision: afbe57c
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top