https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 802cadc8f9513f50a0c327519f39cf7cf9709e02 authored by renchao_lu on 07 May 2021, 10:57:27 UTC
[T] relax absolute error.
Tip revision: 802cadc
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top