We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b03513b + e227a43 commit e39753cCopy full SHA for e39753c
ql/examples/snippets/deferinloop.ql
@@ -3,6 +3,7 @@
3
* @description A deferred statement in a loop will not execute until the end of the function.
4
* This can lead to unintentionally holding resources open like file handles or database transactions.
5
* @id go/examples/deferinloop
6
+ * @kind problem
7
* @tags defer
8
* nesting
9
*/
0 commit comments