https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d71e6964ee631b9b4ba294e81f01ac40d31f60e5 authored by Thomas Fischer on 09 June 2020, 07:26:30 UTC
[MGTL] IdentifySubdomainMesh: fix warning.
Tip revision: d71e696
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top