fix: support when charset is not set (fixes #505)#506
fix: support when charset is not set (fixes #505)#506theoludwig merged 3 commits intoeditorconfig-checker:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #506 +/- ##
==========================================
- Coverage 86.72% 85.44% -1.28%
==========================================
Files 11 11
Lines 1017 1017
==========================================
- Hits 882 869 -13
+ Misses 102 100 -2
- Partials 33 48 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Removed details for version 3.5.1 from the changelog.
theoludwig
left a comment
There was a problem hiding this comment.
Thanks! That solves the problem.
Just pointing that out here, as it's related to charset:
I also have lot of issues with: "UTF-8-SIG" instead of "utf-8", shouldn't we consider that it's basically the same thing, and should we be that strict? (that can probably be solved separately than this PR).
What do you think?
|
|
||
| GO_VERSION := $(shell go version) | ||
| # go: -race is not supported on windows/arm64 | ||
| ifeq ($(findstring windows/arm64,$(GO_VERSION)),windows/arm64) |
There was a problem hiding this comment.
I think go Linux 386 doesn't support it either
There was a problem hiding this comment.
Note
this point can be addressed later. And the PR merged as-is.
I think that or maybe |
I created a separated issue for this: #511 , we might consider that utf-8-bom, sig, etc are "all the same", depending on how strict we want to be. |
|
@ccoVeille @mstruebing We should merge and release this PR rather quickly as it impacts lot of people as shown here: editorconfig-checker/action-editorconfig-checker#236, #511, #509, #505 |
|
Yes I agree, the commit messages still needs to be adjusted. cc @rasa |
Sorry, I have been traveling all day. And sorry for the capitialization. |
No problem! Thank you for helping fixing the issue quickly after we released the charset check. 😄 |
Fixes #505