https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 536c11364e2c1bf428e07222c4927e9a56650f24 authored by Dmitry Yu. Naumov on 30 August 2023, 20:16:37 UTC
Merge branch 'IndependentTangentOperatorBlock' into 'master'
Tip revision: 536c113
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top