# CoreDevPro CLI configuration
# Place this file at the root of the project before running coredevpro scan .
# The CLI reads it automatically, applies file exclusions before upload,
# then sends the same configuration to the CoreDevPro server analysis.

tracker:
  duplicate_threshold:
    min_lines: 80
    min_characters: 200

files:
  ignore_dirs:
    - tests
    - test
    - __tests__
    - fixtures
    - __fixtures__
    - snapshots
    - __snapshots__
    - coverage
    - .nyc_output
  ignore_files:
    - "*.spec.*"
    - "*.test.*"
    - "*.snap"