action-docs icon indicating copy to clipboard operation
action-docs copied to clipboard

Enable copy / paste detector in megalinter

Open npalm opened this issue 1 year ago • 1 comments

Remove copy paste problems and enable COPYPASTE_JSCPD

npalm avatar Feb 15 '24 07:02 npalm

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 :)

nvuillam avatar Apr 28 '24 16:04 nvuillam