Skip to content

Commit a98b231

Browse files
committed
C#: Lower the precision of the cs/useless-assignment-to-local to medium.
1 parent 05734dc commit a98b231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/src/Dead Code/DeadStoreOfLocal.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* maintainability
1010
* useless-code
1111
* external/cwe/cwe-563
12-
* @precision very-high
12+
* @precision medium
1313
*/
1414

1515
import csharp

0 commit comments

Comments
 (0)