https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 786068d4174a8056090f17b333d2755878dabc9c authored by Lars Bilke on 03 April 2021, 11:30:37 UTC
Fix cmake-lint.
Tip revision: 786068d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top