https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: aa017420da8dc4c31e60fca455ad3e75045ea083 authored by Tom Fischer on 03 February 2023, 07:34:44 UTC
Merge branch 'EnableMultipleMeshesAndGeometry' into 'master'
Tip revision: aa01742
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top