https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: de823e2372916621019aa4e1ed27fadc36f41e38 authored by Boyan Meng on 26 November 2021, 17:19:14 UTC
Changed title and introductory text.
Tip revision: de823e2
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top