Skip to content

Commit

Permalink
Improve jscpd options
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 21, 2019
1 parent d6e8176 commit b992c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tasks/jscpd.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const jscpd = async () => {
const JSCPD_OPTS = {
reporters: ['consoleFull'],
minLines: 1,
minTokens: 30,
mode: 'weak',
maxLines: 5e3,
minTokens: 35,
}

module.exports = {
Expand Down

0 comments on commit b992c58

Please sign in to comment.