https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: eef7949a5d3b5f97faadc97880649f6a662f5112 authored by Lars Bilke on 12 March 2021, 20:07:15 UTC
Merge branch 'cpm-vtk' into 'master'
Tip revision: eef7949
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top