https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d2264f07a675fb1e04226436f7b4483fa407f4b authored by Lars Bilke on 12 March 2021, 15:43:01 UTC
Merge branch 'cmake-lint' into 'master'
Tip revision: 2d2264f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top