https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a6844632988f24d1e1ba246979b06328389d8ff1 authored by Lars Bilke on 14 June 2023, 12:53:08 UTC
Merge branch 'ci-pre-commit' into 'master'
Tip revision: a684463
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top