https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 17cbefd66492c0dc49efc30e68923c252af6a130 authored by Lars Bilke on 26 July 2023, 13:12:14 UTC
Merge branch 'petsc-checks' into 'master'
Tip revision: 17cbefd
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top