https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 691eea29eab979ef0bdfbaa2814b2ac32122bc53 authored by wenqing on 09 July 2021, 19:21:52 UTC
Merge branch 'fixing' into 'master'
Tip revision: 691eea2
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top