https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 656fccf2509a577a9c7b73843104412999a85b8d authored by Dmitry Yu. Naumov on 22 June 2023, 16:00:08 UTC
Merge branch 'THM_M_Freezing' into 'master'
Tip revision: 656fccf
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top