https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e225681da0ebb5a67ffe3edfa8bb0cef1eb1d227 authored by Dmitri Naumov on 01 March 2021, 22:12:09 UTC
Exclude _deps directory from warnings check.
Tip revision: e225681
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top