Skip to content

Commit 63de7a6

Browse files
committed
Add change note
1 parent 75c5b1f commit 63de7a6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
category: queryMetadata
3+
---
4+
* The tags `quality` and `reliability` have been added to multiple Go quality queries for consistency.
5+
* The tag `external/cwe/cwe-129` has been added to `go/constant-length-comparison`.
6+
* The tag `external/cwe/cwe-480` has been added to `go/mistyped-exponentiation`.
7+
* The tag `external/cwe/cwe-252` has been added to `go/missing-error-check` and `go/unhandled-writable-file-close`.
8+
* The tag `external/cwe/cwe-570` has been added to `go/impossible-interface-nil-check`.
9+
* The tag `external/cwe/cwe-561` has been added to `go/redundant-recover`.
10+
* The tag `error-handling` has been added to `go/missing-error-check` and `go/unhandled-writable-file-close`.
11+
* The tag `useless-code` has been added to `go/useless-assignment-to-field`, `go/useless-assignment-to-local`, `go/useless-expression`, `go/redundant-recover`, and `go/unreachable-statement`.
12+
* The tag `readability` has been added to `go/whitespace-contradicts-precedence`.
13+
* The tag `logic` has been removed from `go/index-out-of-bounds` and `go/unexpected-nil-value` for consistency.

0 commit comments

Comments
 (0)