https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 242bc524e0187af4a8704b148eb9705a4cb77e2f authored by wenqing on 22 February 2023, 10:41:59 UTC
Merge branch 'fix_test' into 'master'
Tip revision: 242bc52
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top