https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9e447af0580df258128ff477237a1103c9f0a0f3 authored by Dmitry Yu. Naumov on 11 May 2023, 13:38:37 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: 9e447af
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top