Revision a7294bd9b4178e44d2eb3bb03570beace9f7166e authored by Dmitry Yu. Naumov on 17 March 2021, 07:57:05 UTC, committed by Dmitry Yu. Naumov on 17 March 2021, 07:57:05 UTC
Fix memory leaks in MeshLib

See merge request ogs/ogs!3515
2 parent s f06be70 + c61f4ce
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top