https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 173401e427d3e3cd33944db25485ebf93c7ee6df authored by Dmitry Yu. Naumov on 31 March 2021, 20:38:00 UTC
Merge branch 'TimeDependentExcavation' into 'master'
Tip revision: 173401e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top