https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9b859dc1e8cebe7769fe388239b687343c334de7 authored by Lars Bilke on 10 November 2023, 09:57:35 UTC
Merge branch 'mkl-find' into 'master'
Tip revision: 9b859dc
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top