-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Failing on keys that start with 'o' #38
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Thanks for reporting this issue, I've taken note of it and will look into it when I can. |
It now correctly fixes issues on the LHS of ":" which were previously mis-considered as trailing char issues fix #38
# [1.5.0](v1.4.1...v1.5.0) (2020-06-27) ### Bug Fixes * **fixer:** fixing missing LHS quotes with 1-2 chars ([e2f8b9d](e2f8b9d)) * **fixer:** lint fix ([bbf3ed9](bbf3ed9)) * **fixer:** wrongly added missing quote ([2ee5e4f](2ee5e4f)), closes [#31](#31) * **index:** not applying trailing-char fixes on LHS issues ([253ebfc](253ebfc)), closes [#38](#38) * missing quote fixer failure ([60a5fff](60a5fff)) * security fix ([067bd46](067bd46)) * **lockfile:** security fix ([cade206](cade206)) ### Features * **fixer:** trailing char fixer simplification ([5899676](5899676))
🎉 This issue has been resolved in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
How to reproduce
Test Data:
{ o: 1 }
Seems to fail with any key as long as it starts with the lower case
o
.Using an array, object, string or boolean as the value doesn't seem to have any difference, it fails regardless of the value.
Stacktrace:
Environment
The text was updated successfully, but these errors were encountered: