https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bce5b83de46f178f775784e3b3ec4551ce0780d0 authored by Norbert Grunwald on 03 September 2021, 05:19:09 UTC
removed auxiliary functions from PTM-class
Tip revision: bce5b83
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top