https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c2fb5cb6f338d3a419716aff01fd242a097731c8 authored by Lars Bilke on 26 May 2023, 07:05:51 UTC
Merge branch 'test-latest-wheel' into 'master'
Tip revision: c2fb5cb
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top