https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 86f6834bdfb73e4f6e9ce56e809c9c13b747de42 authored by Lars Bilke on 23 October 2023, 09:14:46 UTC
Merge branch 'metis-upstream' into 'master'
Tip revision: 86f6834
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top