https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 09213bdc1ddd597da4bdc57070df40fe3d699ea4 authored by Lars Bilke on 16 October 2023, 08:46:35 UTC
Merge branch 'fix-frontend-petsc' into 'master'
Tip revision: 09213bd
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top