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