https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6cc047e16bdd33c1b687aeb843a2f751b0553467 authored by Lars Bilke on 27 January 2023, 13:34:07 UTC
Merge branch 'test-wheel' into 'master'
Tip revision: 6cc047e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top