swh:1:snp:6088ab52ef49920e01e3f334cdf4d5d6c8a822b9
Raw File
Tip revision: 5e184dd5794247acbdcbfe503e46c17ad951ac37 authored by Lars Bilke on 18 February 2021, 13:05:14 UTC
[ci] Fix artifacts inheritance.
Tip revision: 5e184dd
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top