Skip to content

Commit baeaeb8

Browse files
committed
Add additional valid names
1 parent 031c882 commit baeaeb8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/lint/filenames/test

lib/node_modules/@stdlib/_tools/lint/filenames/test/test.lint.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ tape( 'the function returns an empty array if all filenames are valid', function
130130
'bip_bap.jpg',
131131
'data1.csv',
132132
'data.data.txt',
133-
'README.md'
133+
'README.md',
134+
'Makefile',
135+
'DESCRIPTION',
136+
'LICENSE'
134137
];
135138
names = lint( values );
136139

0 commit comments

Comments
 (0)