github / github/codeql-cli-binaries

Allow index-files to specify file target list?

オープン
#74 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
CLI
主要言語
言語のデータがありません
スター
1k
フォーク
184
PR マージ指標
30日以内にマージされた PR はありません

説明

Instead of manually specifying `--include=src/file1.js`, `--include=src/file2.js`, `--include=src/file3.js`, etc, hundred/thousands of times for large projects, it would be really handy if I could just provide the list of files I want indexed.

Usage would look like:

```sh
codeql database index-files --language=javascript --file-list=targets.txt my_database
```

And `targets.txt` would look like:
```text
src/file1.js
src/file2.js
src/file3.js
```

(Obviously in a real world use-case, it would be a much longer list.)

Semi-related: #9.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。