https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 84749cd4a0d1b28eaf1c3b3427d70f79ccf166c3 authored by Dmitry Yu. Naumov on 20 January 2023, 16:38:52 UTC
Merge branch 'MultipleSolidMaterials' into 'master'
Tip revision: 84749cd
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top