https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c9e0e871b7fe6e612c4526e6d71b9977d814454e authored by Julian Heinze on 25 May 2023, 13:02:57 UTC
Merge branch 'tetgen' into 'master'
Tip revision: c9e0e87
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top