https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b4c3947e34b8be928424f7e548e572c4c03cafc2 authored by Christoph Lehmann on 28 March 2023, 15:14:29 UTC
Merge branch 'strong-type' into 'master'
Tip revision: b4c3947
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top