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