https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9240e92130d976e6fe01dd99cefaea91da536cc1 authored by Lars Bilke on 22 July 2021, 12:54:32 UTC
Update container-maker.
Tip revision: 9240e92
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top