https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 120dd4c728be216dd93ebb5e8bb957b73b3cb331 authored by Lars Bilke on 09 March 2021, 19:18:40 UTC
Merge branch 'fix-shapelib' into 'master'
Tip revision: 120dd4c
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top