https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: efb2971310de2f1b0365d79d340b2b3c6dd37305 authored by Dmitry Yu. Naumov on 17 March 2021, 19:35:52 UTC
Merge branch 'BaseLibInterfaces' into 'master'
Tip revision: efb2971
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top