https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4151bc6b38ea7019c23062432ee1c4bd3ffcf303 authored by wenqing on 21 March 2023, 14:47:22 UTC
Merge branch 'stabilizer_update' into 'master'
Tip revision: 4151bc6
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top