https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 59b5ad51f332d15adea133669044edaf00404dc2 authored by Lars Bilke on 07 January 2023, 19:44:27 UTC
Merge branch 'ogstools' into 'master'
Tip revision: 59b5ad5
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top