Revision 9fb2f6d472ac48f82d90b1a6afce00adbb2a132e authored by Wenqing Wang on 22 July 2021, 15:47:59 UTC, committed by Dmitri Naumov on 29 July 2021, 10:04:29 UTC
1 parent 36c58ab
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top