https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 02f935ea016ebba5a1c81cbac3bf38b5befad0ec authored by Lars Bilke on 04 March 2021, 12:54:58 UTC
Merge branch 'doxy-defines' into 'master'
Tip revision: 02f935e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top