https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 86083927712f1ae0eaf4f9c8d388d4ab4819b8dc authored by wenqing on 29 July 2021, 10:08:41 UTC
Merge branch 'THM_update' into 'master'
Tip revision: 8608392
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top