https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 67bde5856f682ea06e1c1651900b8258f9e9af61 authored by Lars Bilke on 16 December 2022, 13:36:07 UTC
Merge branch 'metis-cleanup' into 'master'
Tip revision: 67bde58
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top