https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e54e44dd52e3b010d9d38e2558c07b431a3ec5eb authored by Lars Bilke on 26 March 2023, 21:45:03 UTC
Merge branch 'ci-unittests' into 'master'
Tip revision: e54e44d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top