https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 48afb6491fed0b6a4a09af191cdf2a48181120ce authored by Dmitry Yu. Naumov on 07 May 2023, 10:32:55 UTC
Merge branch 'CatchExceptionsInOpenMpLoop' into 'master'
Tip revision: 48afb64
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top