https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 631eec98546daa6289989abd8049688ff35b2a53 authored by Lars Bilke on 26 May 2021, 10:05:39 UTC
[BL] Added missing include.
Tip revision: 631eec9
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top