https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c10e415e5320ce3db02c7e33827a30ad18d8cabd authored by Dmitry Yu. Naumov on 13 December 2022, 14:11:09 UTC
Merge branch 'THM_T_Freezing' into 'master'
Tip revision: c10e415
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top