https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 843f4ad48a579bcfb08ceae2929922c3f96c31b8 authored by Lars Bilke on 16 December 2022, 08:23:51 UTC
Merge branch 'metis-cleanup' into 'master'
Tip revision: 843f4ad
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top