https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ccf7607c386b89ae369b70986603e94e1d5552a5 authored by Dmitry Yu. Naumov on 03 May 2023, 16:45:50 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: ccf7607
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top