https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 35ea153a962408d9ba530abb9d1ad2d635cd2a4a authored by Lars Bilke on 07 October 2021, 09:58:43 UTC
Merge branch 'update-xdmf' into 'master'
Tip revision: 35ea153
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top