https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9edd1204bc24829285b3d726f15709206d0fc606 authored by Christoph Lehmann on 12 October 2023, 05:59:19 UTC
Merge branch 'vtkdiff-field-data' into 'master'
Tip revision: 9edd120
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top