https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 952f244943e8df7fa75f116f90c012e261406ea9 authored by Lars Bilke on 17 July 2023, 13:59:06 UTC
Merge branch 'mfront-build' into 'master'
Tip revision: 952f244
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top