https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c4255420de5dfcc8923bca3e6c759f5bd344e2be authored by Tom Fischer on 26 May 2023, 12:50:39 UTC
Merge branch 'PythonMeshInterface' into 'master'
Tip revision: c425542
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top