Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions data/tools/jscpd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: jscpd
categories:
- linter
tags:
- c
- ci
- cpp
- csharp
- css
- go
- html
- java
- javascript
- json
- jsx
- kotlin
- markdown
- nodejs
- php
- python
- ruby
- rust
- scala
- swift
- typescript
- yaml
license: MIT License
types:
- cli
source: 'https://github.com/kucherenko/jscpd'
homepage: 'https://jscpd.dev'
description: >-
Copy/paste detector for programming source code. Finds duplicated blocks in
200+ file formats — JavaScript, TypeScript, Python, Java, C#, C/C++, Go,
Rust, PHP, Ruby and more — using token-based detection. Supports
configurable thresholds and ignore patterns, git blame integration, and
reporters for console, HTML, JSON, Markdown, SARIF and badges. Runs via CLI,
in CI pipelines, or as a library; bundled by MegaLinter and Codacy.
Loading