https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 97100153eb17436ab8962c4a5938f21cbd63cc47 authored by Dmitry Yu. Naumov on 23 October 2023, 11:17:40 UTC
Merge branch 'SupressDefaultOutputForGivenFixedTimeSteps' into 'master'
Tip revision: 9710015
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top