File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,10 +394,10 @@ private void setupFilters() {
394
394
for (FileType filetype : defaultExtract )
395
395
for (String extension : filetype .getExtensions ()) patterns .add ("**/*" + extension );
396
396
397
- // include .eslintrc files, .xaccess files, package.json files,
397
+ // include .eslintrc files, .xsaccess files, package.json files,
398
398
// tsconfig.json files, and codeql-javascript-*.json files
399
399
patterns .add ("**/.eslintrc*" );
400
- patterns .add ("**/.xaccess " );
400
+ patterns .add ("**/.xsaccess " );
401
401
patterns .add ("**/package.json" );
402
402
patterns .add ("**/tsconfig*.json" );
403
403
patterns .add ("**/codeql-javascript-*.json" );
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ public void hiddenFolders() throws IOException {
461
461
462
462
@ Test
463
463
public void hiddenFiles () throws IOException {
464
- Path eslintrc = addFile (true , LGTM_SRC , ".eslintrc.json" , ".xsaccess" );
464
+ Path eslintrc = addFile (true , LGTM_SRC , ".eslintrc.json" );
465
465
hide (eslintrc );
466
466
Path xsaccess = addFile (true , LGTM_SRC , ".xsaccess" );
467
467
hide (xsaccess );
You can’t perform that action at this time.
0 commit comments