https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 509820c4d43465909e5a903c860eb790c8efa735 authored by Lars Bilke on 27 August 2021, 07:18:00 UTC
[ci] Fix pre-commit job not picking the correct merge-base sha.
Tip revision: 509820c
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top