You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Better matches Classic.
Additionally, stop penalizing extra for duplicated code that is identical,
as its remediation effort should be the same or less than that of similar code.
Copy file name to clipboardExpand all lines: config/contents/duplicated_code.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ When you violate DRY, bugs and maintenance problems are sure to follow. Duplicat
9
9
## Issue Mass
10
10
11
11
Duplicated code has a calculated mass, which can be thought of as a measure of how much logic has been duplicated.
12
-
This issue has a mass of `<%=issue.mass%>`: if you would like to change the minimum mass that will be reported as an issue, please see the details in [`codeclimate-duplication`'s documentation](https://github.com/codeclimate/codeclimate-duplication).
12
+
This issue has a mass of `<%=mass%>`: if you would like to change the minimum mass that will be reported as an issue, please see the details in [`codeclimate-duplication`'s documentation](https://github.com/codeclimate/codeclimate-duplication).
0 commit comments