https://gitlab.opengeosys.org/ogs/ogs.git
Revision 08dd507345af3e8674c43c428ebc21eee5aaf0c3 authored by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC
Readability improvements in MeshComponentMap.

See merge request ogs/ogs!3577
2 parent s c9a93be + 79ac3d6
Raw File
Tip revision: 08dd507345af3e8674c43c428ebc21eee5aaf0c3 authored by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC
Merge branch 'ImproveCodeQualityInMeshComponentMap' into 'master'
Tip revision: 08dd507
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top