https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e5341ef27c5bd3aadf9ca54ca41a5263dee475d1 authored by Lars Bilke on 19 April 2021, 21:17:23 UTC
Merge branch 'qt-5.15' into 'master'
Tip revision: e5341ef
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top