https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 986cde8b53b3be4ac59d8b55dba54e65880211e5 authored by Lars Bilke on 23 February 2023, 13:02:33 UTC
Merge branch 'cache-ext-followup' into 'master'
Tip revision: 986cde8
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top