Skip to content

Commit f46569e

Browse files
committed
chore(test): add ENOSPC to spell-checker ignore list in cat tests
- Prevents spell-checker from flagging ENOSPC as a misspelling, as it's a valid errno constant (e.g., "No space left on device") used in the test code.
1 parent ec2deaa commit f46569e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_cat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
5-
// spell-checker:ignore NOFILE nonewline cmdline
5+
// spell-checker:ignore NOFILE nonewline cmdline ENOSPC
66

77
#[cfg(any(target_os = "linux", target_os = "android"))]
88
use rlimit::Resource;

0 commit comments

Comments
 (0)