https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b60f76af100a15f1bb149d0250c80d5a23914b59 authored by Tom Fischer on 18 June 2021, 16:51:55 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: b60f76a
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top