https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e2f27fa8426acf8b1b8f780aebebbec96ba9e764 authored by Dominik Kern on 10 August 2021, 11:29:58 UTC
clang format
Tip revision: e2f27fa
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top