https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e7ffed90f489f23e5845222d2600ee4cb9a3ea3e authored by Lars Bilke on 25 October 2023, 08:27:32 UTC
Merge branch 'metis-upstream' into 'master'
Tip revision: e7ffed9
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top