mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Avoid analyzing excluded language files for line counting
This change passes in a list of file types to the line counting analysis. These are the languages for the databases being analyzed. Line count analysis is restricted to these files.
This commit is contained in:
3
node_modules/github-linguist/src/cli.ts
generated
vendored
3
node_modules/github-linguist/src/cli.ts
generated
vendored
@@ -2,9 +2,6 @@
|
||||
|
||||
import chalk from 'chalk';
|
||||
import program from 'commander';
|
||||
// @ts-ignore
|
||||
import slash from 'slash2';
|
||||
import path from 'path';
|
||||
|
||||
import { LocDir } from './directory';
|
||||
import { LocFile, LineInfo } from './file';
|
||||
|
||||
Reference in New Issue
Block a user