https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dae01513671ffe4464f3d72dad87fe39943e1f55 authored by Tom Fischer on 15 June 2023, 10:58:21 UTC
Merge branch 'PythonMeshInterface' into 'master'
Tip revision: dae0151
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top