https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f75e32409311bbf6500347e234846e78f4b62cc2 authored by wenqing on 13 April 2023, 12:36:24 UTC
Merge branch 'stabilizer_update' into 'master'
Tip revision: f75e324
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top