https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 57c82970f06613f9a667d0b61f416fa7b268ea11 authored by Dmitry Yu. Naumov on 16 March 2023, 19:17:11 UTC
Merge branch 'THM_updateConstitutive' into 'master'
Tip revision: 57c8297
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top