https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6b4231d16cd2782b9cfa61d37dbb1c6b67ffc3d9 authored by Lars Bilke on 11 April 2023, 07:49:28 UTC
Merge branch 'fix-docs-threshold' into 'master'
Tip revision: 6b4231d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top