https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 09249e6c42950111ed57dc80a0eb902ff5746ef7 authored by Tom Fischer on 08 March 2023, 13:48:23 UTC
Merge branch 'FixInclude' into 'master'
Tip revision: 09249e6
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top