dlidstrom/Duplo Analyser
⚡️ Super fast duplicated blocks finder
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Top directory from which to search for files. Only used with include-pattern. | no | . |
| include-pattern | Regular expression used to include filenames for analysis (case-insensitive). Mutually exlusive with file-list. | no | — |
| exclude-pattern | Regular expression used to exclude filenames for analysis (case-insensitive). Only used with include-pattern. | no | .^ |
| file-list | File with filenames to analyse. Mutually exclusive with include-pattern. | no | "" |
| minimum-lines | Minimum number of lines required for duplicate detection | yes | 10 |
| minimum-line-length | Minimum number of characters in line (lines with less are ignored) | yes | 3 |
| max-files | Maximum number of files to report (useful if there are many duplicates) | yes | 100 |
| ignore-preprocessor-directives | Remove pre-processor directives before doing duplicate detection | yes | true |
| version | Version of Duplo to use | yes | v2.1.3 |
Outputs
no outputs