Skip to content
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: left-hand-side character fixes + refactoring #39

Merged
merged 9 commits into from
Jun 27, 2020
Merged

fix: left-hand-side character fixes + refactoring #39

merged 9 commits into from
Jun 27, 2020

Conversation

Berkmann18
Copy link
Owner

Checklist

  • The PR follows the guidelines
  • Passes all the tests (including added/updated ones)
  • Contains a valid documentation
  • It's not a duplicate from another PR

Changes

This PR implements:

  • Bugfix
  • Feature
  • Refactoring
  • Documentation/wiki/tutorial update
  • Code style update
  • Build related change
  • Other, please specify:

Details

Fixes #38 + refactoring + more tests

This shouldn't _but could (in theory) break_ some applications (even tho the test suite seems to suggest it's robust enough).
Now, the fixer correctly fixes LHS where there's 1-2 chars (it previously only worked with 3+
chars). Next up the "o"
It now correctly fixes issues on the LHS of ":" which were previously mis-considered as trailing
char issues

fix #38
@Berkmann18 Berkmann18 merged commit 3af6be1 into master Jun 27, 2020
@github-actions
Copy link

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing on keys that start with 'o'
1 participant