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