https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 322583150460cc0ba5ca510e36923ceec9dc61ae authored by wenqing on 11 May 2021, 16:22:38 UTC
Merge branch 'vertical_slice_HM' into 'master'
Tip revision: 3225831
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top