Revision e044ea9b8ce03e69fedf27147b3529f440088d0d authored by Dmitry Yu. Naumov on 28 June 2021, 10:32:01 UTC, committed by Dmitry Yu. Naumov on 28 June 2021, 10:32:01 UTC
[GeoLib] Code improvements (Constify, remove unnecessary code, ...)

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