https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8b216618c031017397123b193e0f492646c3df11 authored by Christoph Lehmann on 09 December 2021, 13:06:39 UTC
[PL] Use better names for type aliases
Tip revision: 8b21661
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top