https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 74ea319e2b08364638ce1a3f91bff59d1c546f40 authored by Tom Fischer on 20 September 2021, 07:24:10 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: 74ea319
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top