https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 84bc69a9633cefdd4872ac8e6ee2ba204c4d3ff5 authored by Lars Bilke on 21 February 2023, 10:09:14 UTC
Merge branch 'ci_large-label' into 'master'
Tip revision: 84bc69a
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top