https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 93ed069865a5a4d84772447b0390c5443488dfb3 authored by Dmitry Yu. Naumov on 15 February 2021, 06:17:33 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: 93ed069
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top