version: "2" checks: similar-code: enabled: true config: threshold: 100 exclude_patterns: - "config/" - "**/node_modules/" - "script/" - "dist/" - "**/*.d.ts" - "**/__tests__/" - "**/__mocks__/"