-
Notifications
You must be signed in to change notification settings - Fork 74
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
#67 Fixed syntax errors #78
Conversation
@micedreams @SankethBK Please check this PR and merge it if you don't find any issues. That would help. Thanks |
@bibekpanda55 let's avoid making changes inside We can add this in
|
@SankethBK The issue stated to solve all syntax errors that shows on running the |
Sure, @bibekpanda55 , thanks for the contribution. Merging this to a temporary branch as we need some changes in |
@SankethBK I could have added that line |
yes, we need to revert the changes in the packages folder as well, as commenting code in package might break some functionality. It's fine as we didn't mention this in the issue earlier |
Got it. Still have created a PR after changing the analysis_options.yaml file as you said in the fix_linter_errors branch |
Thank you, merged it |
* Fixed syntax errors (#78)] --------- Co-authored-by: Bibek Panda <[email protected]>
* Fixed syntax errors (#78)] --------- Co-authored-by: Bibek Panda <[email protected]>
What type of PR is this? (check all applicable)
Description
Featured Covered in this PR
-Fixed syntax errors across files after running
bash pre-commit
Related Tickets & Documents
Screenshots, Recordings
Have attached screenshot after resolving all the syntax errors and then running the command
bash pre-commit
.Tested Feature??