Revision b2dcb8468324ec8af3c4e32c17f87e689b824062 authored by Dmitri Naumov on 26 April 2021, 14:21:19 UTC, committed by Dmitri Naumov on 26 April 2021, 16:42:20 UTC
Moving finding of the components and the indices out in
separate functions.
1 parent 4ed0206
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top