https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1390ec8f29486fe9e58e781378569c45311d97cc authored by Lars Bilke on 09 March 2023, 12:05:32 UTC
Merge branch 'package-ext-licenses' into 'master'
Tip revision: 1390ec8
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top