-
Notifications
You must be signed in to change notification settings - Fork 504
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
✨ Add Erlang as a language #4406
Conversation
sorry, I had to force push since I forgot to commit with |
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.
Remove checks.md lines as per tests suite
You can add it to the documentation if you'd like, you just need to follow the steps in the CONTRIBUTING.md
Thanks for the pointer, |
Signed-off-by: Kiko Fernandez-Reyes <[email protected]>
/scdiff generate Fuzzing |
What kind of change does this PR introduce?
Use the presence of property-based tests to detect the use of fuzzing in Erlang code.
What is the current behavior?
There is no support for fuzz detection for Erlang.
What is the new behavior (if this is a feature change)?**
Adds Erlang as a client language.
Scans for the import of property-based test frameworks to detect the use of fuzzing in Erlang
Which issue(s) this PR fixes
NONE
Special notes for your reviewer
For the next section, I think there are no user-facing changes, but a previous PR for Haskell #2843 wrote a release noteDoes this PR introduce a user-facing change?
For user-facing changes, please add a concise, human-readable release note to
the
release-note
(In particular, describe what changes users might need to make in their
application as a result of this pull request.)