https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 20bed7fa03a3143878e44a3a65ab64b8d145e20e authored by wenqing on 11 May 2023, 06:48:58 UTC
Merge branch 'cal_volume' into 'master'
Tip revision: 20bed7f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top