We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10109b4 commit f321adfCopy full SHA for f321adf
go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
@@ -1,5 +1,5 @@
1
/**
2
- * @name Writable file handled closed without error handling
+ * @name Writable file handle closed without error handling
3
* @description Errors which occur when closing a writable file handle may result in data loss
4
* if the data could not be successfully flushed. Such errors should be handled
5
* explicitly.
0 commit comments