https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b6a69e665cf99595fda1ef5cecdad995ea87589c authored by Lars Bilke on 22 February 2023, 14:20:07 UTC
Merge branch 'cache-ext' into 'master'
Tip revision: b6a69e6
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top