https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 077ea5479d0e99759824fe87bf1203d63ba8f41d authored by Thomas Nagel on 05 September 2021, 17:38:44 UTC
Merge branch 'BGRa_ext' into 'master'
Tip revision: 077ea54
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top