https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: be7ff08f713bfb9c84b61824ba6924be33f6f042 authored by Lars Bilke on 12 January 2023, 14:52:31 UTC
Merge branch 'bump-doxygen' into 'master'
Tip revision: be7ff08
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top