https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1590750e5ee0e8e1a0e649ce7162b0bc0aec3b52 authored by Lars Bilke on 18 July 2023, 13:09:28 UTC
Merge branch 'mfront-build' into 'master'
Tip revision: 1590750
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top