https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5886a22b317c86d2685f34432c74baa9621e5295 authored by Christoph Lehmann on 13 April 2023, 19:14:35 UTC
Merge branch 'remove-mat-vec-provider' into 'master'
Tip revision: 5886a22
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top