-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 support for AVRA linting #3950
Conversation
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.
Please add tests for the command and handle methods. Check the test/linter
and test/handler
folders for many examples.
Also, if you're merging this PR, could you please consider labelling this PR as 'hacktoberfest-accepted'? |
@hsanson I have fixed the tests. Everything should be fine now. |
Make sure to add and align these two documents:
Tests fail because the new linter seems to be missing or out of order in one of them. |
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.
Thanks for the changes.
This PR adds support for AVR assembly linting through
avra
.This is the linter in action:
![Peek 2021-10-21 07-43](https://user-images.githubusercontent.com/31820255/138199549-182c7b69-87e5-461f-86a4-70e76f260cd9.gif)