https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7afa220979f2ff02a75afb935ffc4b03b158275b authored by renchao_lu on 01 March 2021, 11:36:34 UTC
[T] Relax absolute tolerance.
Tip revision: 7afa220
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top