https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0e35012f0435a19fc21111af5e50c5c1222a3683 authored by Lars Bilke on 25 May 2023, 12:36:31 UTC
Merge branch 'test-latest-wheel' into 'master'
Tip revision: 0e35012
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top