https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1e10d31338356dd61d64baa25ed9fe8fbddf9ef6 authored by Lars Bilke on 07 February 2023, 12:02:46 UTC
Merge branch 'tfel-python' into 'master'
Tip revision: 1e10d31
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top