Skip to content

Commit 5afabf5

Browse files
committed
Merge pull request #19 from codeclimate/gd-remediation-points
Add remediation points
2 parents 195a807 + ddcc834 commit 5afabf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/eslint.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ function buildIssueJson(message, path) {
3030
column: message.column
3131
}
3232
}
33-
}
33+
},
34+
remediation_points: 50000
3435
};
3536
return JSON.stringify(issue);
3637
}

0 commit comments

Comments
 (0)