https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8769e831ca35db22561e34caa64958f63c53f33a authored by Dmitry Yu. Naumov on 10 May 2023, 18:20:52 UTC
Merge branch 'CatchExceptionsInOpenMpLoop' into 'master'
Tip revision: 8769e83
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top