Skip to content

Commit 51ec29e

Browse files
committed
Merge pull request #2 from codeclimate-community/wfleming-patch-1
Use 50,000 remediation points
2 parents 1efb3ec + 26ac951 commit 51ec29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/engine/scalastyle.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run
2323
check_name: lint["source"],
2424
description: lint["message"],
2525
categories: ["Style"],
26-
remediation_points: 500,
26+
remediation_points: 50_000,
2727
location: {
2828
path: path,
2929
positions: {

0 commit comments

Comments
 (0)