https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 13227e58e1033bb9e1e8f01cd0c4bbec8da18e55 authored by Lars Bilke on 07 March 2023, 12:05:36 UTC
Merge branch 'petsc-checks' into 'master'
Tip revision: 13227e5
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top