https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c637662b426d256f990a298f43bf08039531b846 authored by tnagel on 02 June 2021, 14:27:04 UTC
Changed MCAS UBI versions to new TFEL syntax.
Tip revision: c637662
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top