https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 485499d63b47809aafda625bc78877ca733dddc5 authored by Christoph Lehmann on 15 October 2023, 07:54:00 UTC
Merge branch 'vtkdiff-field-data' into 'master'
Tip revision: 485499d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top