https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4a9320b34d3a1b7dffd5ba19a7eaa7c47f321562 authored by Tom Fischer on 09 May 2023, 13:17:03 UTC
Merge branch 'MaterialIDBasedOutput' into 'master'
Tip revision: 4a9320b
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top