https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 794eaf5f9e33b9fc40090b7cdb6a0788edecd974 authored by wenqing on 07 March 2023, 16:43:33 UTC
Merge branch 'stabilizer_update' into 'master'
Tip revision: 794eaf5
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top