https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fe7dc5e2491f2413023f7dfc51b0feaa0f3ee53e authored by Lars Bilke on 17 April 2023, 08:55:29 UTC
Merge branch 'reqs-rm-editable' into 'master'
Tip revision: fe7dc5e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top