https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 947e607d6137ed01c3fdbb6dbfaf3a8e433d7be6 authored by Lars Bilke on 08 January 2023, 09:17:38 UTC
Merge branch 'fixes' into 'master'
Tip revision: 947e607
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top