https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3ec076d074d0759ce658ecc85e4ac941c9f2d9a7 authored by Tom Fischer on 25 May 2023, 05:57:17 UTC
Merge branch 'PythonMeshInterface' into 'master'
Tip revision: 3ec076d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top