From b026f56e89d872eabb2a6dfdd19ef6f7e342ce58 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 26 Oct 2021 09:38:58 +0800 Subject: [PATCH] docs(plugins/languages): Mention linguist-js (#608) [skip ci] --- source/plugins/languages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/languages/README.md b/source/plugins/languages/README.md index 881aaa8e..987961a7 100644 --- a/source/plugins/languages/README.md +++ b/source/plugins/languages/README.md @@ -28,7 +28,7 @@ It is also possible to use a predefined set of colors from [colorsets.json](colo Languages statistics are computed using the top languages provided by GitHub of each repository you contributed to. If you work a lot with other people, these numbers may be less representative of your actual work. -The `plugin_languages_indepth` option lets you get more accurate metrics by cloning each repository you contributed to, running [github/linguist](https://github.com/github/linguist) on it and then iterating over patches matching your username from `git log`. This method is slower than the first one. +The `plugin_languages_indepth` option lets you get more accurate metrics by cloning each repository you contributed to, running [linguist-js](https://github.com/Nixinova/Linguist) and then iterating over patches matching your username from `git log`. This method is slower than the first one. > ⚠️ Although *metrics* does not send any code to external sources, you must understand that when using this option repositories are cloned locally temporarly on the GitHub Action runner. If you work with sensitive data or company code, it is advised to keep this option disabled. *Metrics* and its authors cannot be held responsible for any resulting code leaks, use at your own risk. > Source code is available for auditing at [analyzers.mjs](/source/plugins/languages/analyzers.mjs)