https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 29c8200a2863f3eb6f3950cce06a3f0680429d33 authored by renchao.lu on 16 February 2021, 12:29:26 UTC
Merge branch 'FixConfigTag' into 'master'
Tip revision: 29c8200
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top