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

Integrate Linting and Formatting for gdbui_server #56

Merged
merged 8 commits into from
Feb 20, 2025

Conversation

naman9271
Copy link

Integrate Linting and Formatting for gdbui_server

Tools used

  • Flake8: For linting and additional style checks.
  • Ruff: For both linting and auto-formatting.

Run Ruff for Linting & Auto-Fixing

      `ruff check --fix .`

Format Code with Ruff

   `ruff format . `

to check the linting errors and warnig

    ` flake8 .`

Fixes : #53

@naman9271
Copy link
Author

@Shubh942 please review this PR

@Shubh942 Shubh942 changed the base branch from main to feature/gdbui-2025 February 16, 2025 12:43
@Shubh942
Copy link
Contributor

@naman9271 try to resolve conflicts.

@Shubh942
Copy link
Contributor

@naman9271 can you please also update the readme.md about the linting.

@naman9271
Copy link
Author

@Shubh942 yeah sure i will update the readme in the documentation PR #42 .can merge this one

@Shubh942
Copy link
Contributor

Good work!

@Shubh942 Shubh942 merged commit f7ad96d into c2siorg:feature/gdbui-2025 Feb 20, 2025
@naman9271
Copy link
Author

thanks @Shubh942 your feedback means a lot

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.

[Linting]: Add Linting & formatter for gdbui_server
3 participants