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

chore: add inline noqa suppression directives #5157

Closed
wants to merge 2 commits into from

Conversation

johubertj
Copy link
Contributor

@johubertj johubertj commented Mar 1, 2025

Description of changes:

s2n currently shows numerous linting warnings (F401 and F811) for code that is intentionally written this way (e.g., for test fixtures or managed processes). This PR adds inline # noqa directives to suppress these warnings, cleaning up the output without changing the code’s behavior.

@johubertj johubertj requested a review from jmayclin March 1, 2025 00:26
@github-actions github-actions bot added the s2n-core team label Mar 1, 2025
@johubertj johubertj closed this Mar 3, 2025
@johubertj johubertj deleted the chore/add-noqa-suppressions branch March 3, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant