-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
A bit of love #3
Conversation
|
||
|
||
eslintTester.run("detect-buffer-noassert", rule, { | ||
valid: [{ code: valid }], |
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.
Why not put the code inline instead of declaring it above?
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.
Sure! I've removed the ones with the strings we're not reusing.
I have a doubt implementing the tests of this rule. Could you give me a couple of examples please? :) |
It would be great if this pull request were merged. I would like to see the tests. |
Is there anything blocking this @evilpacket ? |
@fluxsauce I've just been busy. I've added @jlamendo to the npm module so it can get published easier :) |
@evilpacket much appreciated, thanks for taking care of that! |
Tests implemented, a fix and minor typos. :)