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

#67 Fixed syntax errors #78

Merged
merged 2 commits into from
Oct 9, 2023
Merged

#67 Fixed syntax errors #78

merged 2 commits into from
Oct 9, 2023

Conversation

bibekpanda55
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Optimization

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??

Screenshot 2023-10-09 at 8 19 54 PM

@bibekpanda55
Copy link
Contributor Author

@micedreams @SankethBK Please check this PR and merge it if you don't find any issues. That would help. Thanks

@SankethBK
Copy link
Owner

@bibekpanda55 let's avoid making changes inside packages as it could create bugs and makes it difficult to update packages.

We can add this in analysis_options.yaml to ignore linting for packages folder ref

analyzer:
  exclude:
    - packages/**

@bibekpanda55
Copy link
Contributor Author

@SankethBK The issue stated to solve all syntax errors that shows on running the bash pre-commit command. It didn't specify not to make changes to any particular folder or file. So I worked accordingly.

@SankethBK
Copy link
Owner

Sure, @bibekpanda55 , thanks for the contribution. Merging this to a temporary branch as we need some changes in analysis_options.yaml. I'll create new issue for this

@SankethBK SankethBK changed the base branch from master to fix_linter_errors October 9, 2023 17:53
@SankethBK SankethBK merged commit b750e6c into SankethBK:fix_linter_errors Oct 9, 2023
1 of 2 checks passed
@bibekpanda55
Copy link
Contributor Author

bibekpanda55 commented Oct 9, 2023

@SankethBK I could have added that line analysis_options.yaml file that was not an issue. I thought you were asking to revert back the changes made in all files under packages folder.

@SankethBK
Copy link
Owner

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

@bibekpanda55
Copy link
Contributor Author

Got it. Still have created a PR after changing the analysis_options.yaml file as you said in the fix_linter_errors branch

@SankethBK
Copy link
Owner

Thank you, merged it

SankethBK added a commit that referenced this pull request Oct 9, 2023
* Fixed syntax errors (#78)]

---------

Co-authored-by: Bibek Panda <[email protected]>
SankethBK added a commit that referenced this pull request Oct 20, 2023
* Fixed syntax errors (#78)]

---------

Co-authored-by: Bibek Panda <[email protected]>
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.

Need help with fixing syntax errors!!
2 participants