Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up `enry.IsVendor` (#15213) | zeripath | 2021-04-01 | 2 | -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 BH | 2020-05-29 | 1 | -11/+3 |
| | | | * Update go-enry to v2.5.2 | ||||
* | Migrate to go-enry new version (#10906) | Lauris BH | 2020-04-15 | 1 | -1/+1 |
| | |||||
* | Add detected file language to code search (#10256) | Lauris BH | 2020-02-20 | 1 | -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 |