Skip to content

Commit bd706e4

Browse files
authored
Add jscpd (#1888)
1 parent b46ec63 commit bd706e4

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

data/tools/jscpd.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: jscpd
2+
categories:
3+
- linter
4+
tags:
5+
- c
6+
- ci
7+
- cpp
8+
- csharp
9+
- css
10+
- go
11+
- html
12+
- java
13+
- javascript
14+
- json
15+
- jsx
16+
- kotlin
17+
- markdown
18+
- nodejs
19+
- php
20+
- python
21+
- ruby
22+
- rust
23+
- scala
24+
- swift
25+
- typescript
26+
- yaml
27+
license: MIT License
28+
types:
29+
- cli
30+
source: 'https://github.com/kucherenko/jscpd'
31+
homepage: 'https://jscpd.dev'
32+
description: >-
33+
Copy/paste detector for programming source code. Finds duplicated blocks in
34+
200+ file formats — JavaScript, TypeScript, Python, Java, C#, C/C++, Go,
35+
Rust, PHP, Ruby and more — using token-based detection. Supports
36+
configurable thresholds and ignore patterns, git blame integration, and
37+
reporters for console, HTML, JSON, Markdown, SARIF and badges. Runs via CLI,
38+
in CI pipelines, or as a library; bundled by MegaLinter and Codacy.

0 commit comments

Comments
 (0)