https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6daa74cfca14b68724b5d1f19ecaa20449a11c73 authored by Lars Bilke on 20 December 2022, 12:16:06 UTC
Merge branch 'petsc-checks' into 'master'
Tip revision: 6daa74c
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top