https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2795db7da5e215f108454d70617cfcdffa767252 authored by wenqing on 03 February 2023, 19:39:24 UTC
Merge branch 'minor_change' into 'master'
Tip revision: 2795db7
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top