summaryrefslogtreecommitdiffstats
path: root/modules/analyze
Commit message (Collapse)AuthorAgeFilesLines
* Speed up `enry.IsVendor` (#15213)zeripath2021-04-012-0/+112
| | | | | | | | | `enry.IsVendor` is kinda slow as it simply iterates across all regexps. This PR ajdusts the regexps to combine them to make this process a little quicker. Related #15143 Signed-off-by: Andrew Thornton <art27@cantab.net>
* Exclude generated files from language statistics (#11653)Lauris BH2020-05-291-11/+3
| | | * Update go-enry to v2.5.2
* Migrate to go-enry new version (#10906)Lauris BH2020-04-151-1/+1
|
* Add detected file language to code search (#10256)Lauris BH2020-02-201-0/+36
Move langauge detection to separate module to be more reusable Add option to disable vendored file exclusion from file search Allways show all language stats for search