https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 99b9b2255ad85c07f73207fc05e542f5b58005aa authored by Lars Bilke on 08 March 2023, 15:30:07 UTC
Merge branch 'petsc-cmake-fix' into 'master'
Tip revision: 99b9b22
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top