npalm / action-docs

Generate docs for GitHub actions
MIT License
74 stars 22 forks source link

Enable copy / paste detector in megalinter #534

Open npalm opened 7 months ago

npalm commented 7 months ago

Remove copy paste problems and enable COPYPASTE_JSCPD

nvuillam commented 5 months ago

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