mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 00:38:48 +00:00
Upgrade linguist dependency
This version changes how it counts python heredoc. All heredoc is counted as code.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ const dir = new LocDir({
|
||||
include: // string or string[] containing path patterns to include (default include all)
|
||||
exclude: // string or string[] containing path patterns to exclude (default exclude none)
|
||||
});
|
||||
const { info } = dir.getInfo();
|
||||
const { info } = dir.loadInfo();
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user