https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2573090af6357c66486d5bb6ad81ab5618768d70 authored by wenqing on 29 June 2021, 11:43:14 UTC
Merge branch 'LIE_improvement' into 'master'
Tip revision: 2573090
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top