Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable copy / paste detector in megalinter #534

Open
npalm opened this issue Feb 15, 2024 · 1 comment
Open

Enable copy / paste detector in megalinter #534

npalm opened this issue Feb 15, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@npalm
Copy link
Owner

npalm commented Feb 15, 2024

Remove copy paste problems and enable COPYPASTE_JSCPD

@npalm npalm added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 15, 2024
@nvuillam
Copy link

You can play with .jscpd.json to ignore some copy paste :) https://megalinter.io/latest/descriptors/copypaste_jscpd/

You can also define COPYPASTE_JSCPD_DISABLE_ERRORS_IF_LESS_THAN=N so you don't have to solve the existing copy paste issues, but prevents new ones to be published :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants