https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 056c5dab793a0340e6a500b2f5250fb10b661179 authored by Dmitri Naumov on 02 September 2021, 14:12:50 UTC
[T/TM] Slightly relax tolerance for new BGRa test.
Tip revision: 056c5da
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top