https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8e627860f0d1264b8ca8be4f611457f0ebe3667c authored by Lars Bilke on 05 April 2021, 19:15:56 UTC
Merge branch 'fix-link-checker' into 'master'
Tip revision: 8e62786
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top