https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f0842c2408376202f412c2cf6e525e1867c6e8c7 authored by wenqing on 01 December 2021, 20:02:41 UTC
Merge branch 'TRM_test' into 'master'
Tip revision: f0842c2
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top