https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a1e24253aba4e206e468df1628f21ff418e3cfdb authored by Lars Bilke on 24 May 2023, 15:55:23 UTC
Merge branch 'mac-petsc' into 'master'
Tip revision: a1e2425
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top