https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b5c96ef35a3f72595860cf451c7a0a93c8531993 authored by wenqing on 07 March 2023, 13:36:09 UTC
Merge branch 'partmesh_update' into 'master'
Tip revision: b5c96ef
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top