https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f04baf16e1340fdbd81630b192f15fa04e273667 authored by Dmitri Naumov on 27 April 2021, 13:47:56 UTC
[PL/HM] Spelling fix in comment.
Tip revision: f04baf1
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top