Closed bzz closed 5 years ago
Here is the output of enry from this PR and linguist 7.3.0
$ enry /tmp/linguist-django/django/
95.86% Python
1.85% JavaScript
1.65% HTML
0.63% CSS
0.01% Shell
0.00% Smarty
0.00% Makefile
$ linguist /tmp/linguist-django/django
95.86% Python
1.85% JavaScript
1.65% HTML
0.63% CSS
0.01% Shell
0.00% Smarty
0.00% Makefile
\cc @creachadair @dennwc it's ready to be reviewed. As it includes multiple fixes, most probably it easier to do that per-commit.
@creachadair thank you for detailed review! All feedback was addressed and it's ready for another round.
Meanwhile, I'll going to look into CI failures.
CI failure looks irrelevant - they did pass before but then, after the doc update it started to fail on multiple runs on go 1.11 profile.
If no objections, going to fixing those in a subsequent PRs.
Fixes #204 by adjusting Enry CLI app behavior according to Linguist upstream.
-mode=bytes
and make it default, fixes https://github.com/src-d/enry/issues/215