https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a5377495bf41969045f2e77414e84f19c7413af5 authored by Lars Bilke on 15 April 2021, 09:29:12 UTC
Merge branch 'fix-mkl-ubuntu' into 'master'
Tip revision: a537749
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top