https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3298b028ea290f658ef9c1dfb312e1b3d1bbe925 authored by Christoph Lehmann on 12 April 2023, 07:29:05 UTC
Merge branch 'remove-mat-vec-provider' into 'master'
Tip revision: 3298b02
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top