https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c316870f8e2933ccc459dc66f13c2912680b08f3 authored by Lars Bilke on 07 April 2021, 06:33:50 UTC
drop
Tip revision: c316870
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top