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 invalid bytes sequence in UTF-8 error #75

Merged

Conversation

mallowlabs
Copy link
Contributor

I found invalid byte sequence in UTF-8 error error is raised with my source code.
If source contains byte sequence string literal like "\xff" and rule uses regexp like /foo/, the error raises.
This PR will fix it.

querly.yml

rules:
  - id: do_not_use_foo
    pattern:
      subject: ":string: as 'str"
      where:
        str: /foo/
    message: Do not use foo.

target.rb

"\xff"

Copy link
Owner

@soutaro soutaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mallowlabs! 🎉

@soutaro soutaro merged commit 8ee7af5 into soutaro:master May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants