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