https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 58ff603ca2445f579b6206fe2f7bb90b33d3087b authored by Tom Fischer on 11 May 2023, 09:31:06 UTC
Merge branch 'MaterialIDBasedOutput' into 'master'
Tip revision: 58ff603
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top