https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d3c89e335e5911819748a5294713546bd87005cc authored by Dmitri Naumov on 08 October 2021, 15:00:20 UTC
Remove duplicate instantiations.
Tip revision: d3c89e3
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top