https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: eadb895c4d4ed78fa72e6894a70b8fc26b94dcff authored by Lars Bilke on 11 April 2023, 09:48:29 UTC
Merge branch 'better-license-file' into 'master'
Tip revision: eadb895
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top