https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c2ed869772dd65687c1e896176c16438f4dd062c authored by wenqing on 18 September 2023, 09:51:22 UTC
Merge branch 'm_body_force' into 'master'
Tip revision: c2ed869
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top