https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 96914dc68d3c1d74b383d0036657889f50576ee2 authored by Lars Bilke on 23 October 2023, 07:39:31 UTC
Merge branch 'petsc-fix' into 'master'
Tip revision: 96914dc
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top