https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 40a60f758d4d4d5c83a63153567955b6e97fa86e authored by Lars Bilke on 24 March 2021, 14:42:24 UTC
Merge branch 'doxygen-warnings' into 'master'
Tip revision: 40a60f7
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top