https://gitlab.opengeosys.org/ogs/ogs.git
Revision 401324a52686708d782e140f83e4c2f3e5d8fb62 authored by Jörg Buchwald on 04 December 2020, 20:16:42 UTC, committed by Jörg Buchwald on 07 December 2020, 13:06:43 UTC
1 parent 397e51f
Raw File
Tip revision: 401324a52686708d782e140f83e4c2f3e5d8fb62 authored by Jörg Buchwald on 04 December 2020, 20:16:42 UTC
add documentation
Tip revision: 401324a
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top