mirror of
https://github.com/github/codeql-action.git
synced 2026-04-17 12:33:16 +00:00
Fix linter errors.
This commit is contained in:
committed by
GitHub
parent
db50adab01
commit
970e0879d9
@@ -1104,10 +1104,10 @@ export function getExtraOptions(
|
||||
paths.length === 0
|
||||
? asExtraOptions(options, pathInfo)
|
||||
: getExtraOptions(
|
||||
options?.[paths[0]],
|
||||
paths?.slice(1),
|
||||
pathInfo.concat(paths[0])
|
||||
);
|
||||
options?.[paths[0]],
|
||||
paths?.slice(1),
|
||||
pathInfo.concat(paths[0])
|
||||
);
|
||||
return all.concat(specific);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user