https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1f6382808e5137e6931a707221baa32e746e20f5 authored by wenqing on 19 June 2023, 09:56:12 UTC
Merge branch 'imprv_fixed_stress' into 'master'
Tip revision: 1f63828
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top