https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f07a69d6e6d5af76162e3c2150a7e9f830151db5 authored by Lars Bilke on 07 January 2021, 19:25:36 UTC
drop
Tip revision: f07a69d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top