Skip to content

feat: Add support for noqa single-line comments#29

Merged
mortenkrane merged 7 commits intomainfrom
mortenkrane/add-noqa-support
Nov 25, 2025
Merged

feat: Add support for noqa single-line comments#29
mortenkrane merged 7 commits intomainfrom
mortenkrane/add-noqa-support

Conversation

@mortenkrane
Copy link

I was adding one of the new linter rules to a project, and found that it was a bit too strict, although I wanted to enforce it in general. I needed a way to ignore specific lines, but running oida standalone didn't support that.

So here's adding that. It involved passing the lines of the source code through all the linter parsing things, so it could impact memory usage for large projects with large files. But we try to clean up along the way, so hopefully it's OK.

@mortenkrane mortenkrane force-pushed the mortenkrane/add-noqa-support branch from 5d0acb5 to ae2f29e Compare November 25, 2025 09:06
@mortenkrane mortenkrane merged commit 1a598cf into main Nov 25, 2025
9 checks passed
@mortenkrane mortenkrane deleted the mortenkrane/add-noqa-support branch November 25, 2025 09:36
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.

1 participant