-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix detection of encoding again #314
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #314 +/- ##
==========================================
+ Coverage 84.06% 84.49% +0.42%
==========================================
Files 14 14
Lines 1268 1238 -30
Branches 249 245 -4
==========================================
- Hits 1066 1046 -20
+ Misses 155 149 -6
+ Partials 47 43 -4 ☔ View full report in Codecov by Sentry. |
09c6b58
to
96a31ae
Compare
96a31ae
to
22c3113
Compare
CodeFactor is complaining about files which should be ignored since they are outside our scope, these are sample files from online websites. |
Can you add exceptions then? Either inline, via a config file or via Codefactor UI |
e91bb68
to
15b5cf3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename guessed_charsets
with charsets_to_try
?
Good luck with Codefactor 😀
15b5cf3
to
9ba14e8
Compare
Sure
I will kill it ^^ It worked once, I supposed my last modification was ok so I cleaned up everything I've left over, it's not working anymore, I rolled-back to what was working, it is not working anymore. But I will nail it ^^ |
9ed16d9
to
a1f6fdd
Compare
9e7dcd6
to
9933304
Compare
Codefactor issues its configuration from |
Go ahead |
@benoit74 Bravo... and bon courage! |
I already pushed only the configuration to main branch. My comment was more for "the posterity". I still have to rewrite this branch to change arg name + simplify commits.
We will finish by nailing this down ^^ |
9933304
to
b1c8a35
Compare
Fix #312
Changes
or UTF-16 or UTF-32
is a slight change compared to issue proposal because with UTF-16 and UTF-32 first bytes cannot be decoded to ascii properly (they always use at least 16 bytes or 32 bytes even for ascii characters)