https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7394085af328d74714258487055c18482ff02071 authored by Lars Bilke on 21 March 2023, 12:06:39 UTC
Merge branch 'rm-boost-mp11' into 'master'
Tip revision: 7394085
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top