Revision e6976f8fa092952afef4e45e365e5c2d6d295695 authored by Wenqing Wang on 07 May 2021, 08:42:39 UTC, committed by Dmitri Naumov on 18 May 2021, 09:10:04 UTC
1 parent 183f684
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top