Revision 2f87ca27072d93d2f5a6d41f565a355b39892399 authored by Dmitri Naumov on 04 April 2021, 12:47:07 UTC, committed by Dmitri Naumov on 04 April 2021, 12:47:07 UTC
The Sparse' module parts are used also if unsupported
module support is turned off.
1 parent 233846b
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top