https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bd25e464ec594990bdf959af304e76bd94a61472 authored by Tom Fischer on 29 May 2023, 08:39:32 UTC
Merge branch 'MoveMeshFunctions' into 'master'
Tip revision: bd25e46
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top