https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 98812326bc0eba07972822b48c07709e1929c861 authored by Dmitri Naumov on 12 November 2021, 08:19:07 UTC
[MeL] Add explicit handling of signed char.
Tip revision: 9881232
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top