https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bf11e9744cd5853d79154a647119426854f57103 authored by wenqing on 20 February 2023, 09:15:10 UTC
Merge branch 'stabilizer_update1' into 'master'
Tip revision: bf11e97
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top