https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ef4e0703a1542e54ed7e99bffe527ed2e9e804d1 authored by Dmitry Yu. Naumov on 12 July 2023, 16:06:35 UTC
Merge branch 'CleanupDoxygenHeaders' into 'master'
Tip revision: ef4e070
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top