https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6e8adcb3f330ce7501716e0cd8b24b248707032d authored by Tom Fischer on 12 October 2021, 11:48:42 UTC
Merge branch 'HigherOrderParallelTest' into 'master'
Tip revision: 6e8adcb
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top