mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Addresses build errors
- Adds words to cspell exceptions - Converts test macros to use Default trait. - Converts parser to use Default trait. - Adds Windows-friendly test files for block/unblock when nl is present in test/spec file.
This commit is contained in:
parent
989849eca7
commit
885a875552
17 changed files with 272 additions and 257 deletions
23
tests/fixtures/dd/cspell.json
vendored
23
tests/fixtures/dd/cspell.json
vendored
|
@ -1,6 +1,29 @@
|
|||
{
|
||||
"version": "0.1",
|
||||
"language": "en",
|
||||
"words": [
|
||||
"fname",
|
||||
"fpath",
|
||||
"specfile",
|
||||
"testfile",
|
||||
"iflag",
|
||||
"iflags",
|
||||
"oflag",
|
||||
"oflags",
|
||||
"noxfer",
|
||||
"nocreat",
|
||||
"noatime",
|
||||
"infile",
|
||||
"outfile",
|
||||
"unspec",
|
||||
"fullblock",
|
||||
"urand",
|
||||
"tname",
|
||||
"fileio",
|
||||
"gibi",
|
||||
"ucase",
|
||||
"lcase"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"*.txt",
|
||||
"*.spec"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue