https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ae59514c0f12b40373ae52d356613b3ef21e4f47 authored by Lars Bilke on 22 May 2023, 19:53:06 UTC
Merge branch 'mac-petsc' into 'master'
Tip revision: ae59514
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top