https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 465657910f7c5d610b914660a8217e3f74972138 authored by Tom Fischer on 14 October 2021, 14:57:46 UTC
Merge branch 'SmallImprovements' into 'master'
Tip revision: 4656579
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top