https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 96332cefabf932e808d07810cd3e30e280168498 authored by Lars Bilke on 03 April 2023, 07:59:17 UTC
Merge branch 'ci-improvements' into 'master'
Tip revision: 96332ce
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top