Skip to content

[IMP] server: support for noqa#274

Merged
fda-odoo merged 1 commit intomasterfrom
master-noqa-fda
Apr 4, 2025
Merged

[IMP] server: support for noqa#274
fda-odoo merged 1 commit intomasterfrom
master-noqa-fda

Conversation

@fda-odoo
Copy link
Copy Markdown
Collaborator

@fda-odoo fda-odoo commented Apr 3, 2025

No description provided.

@fda-odoo fda-odoo added this to the 0.6.0 milestone Apr 3, 2025
@fda-odoo fda-odoo added the enhancement New feature or request label Apr 3, 2025
@fda-odoo fda-odoo self-assigned this Apr 3, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2025

⚠️ A 'println!(' statement was found in the commit. Please ensure debug statements are removed before merging.

@fda-odoo fda-odoo marked this pull request as ready for review April 3, 2025 22:37
@fda-odoo fda-odoo requested a review from mmahrouss April 3, 2025 22:37
@fda-odoo fda-odoo force-pushed the master-noqa-fda branch 2 times, most recently from 5fe5ecc to 7c19eca Compare April 4, 2025 14:30
Noqas can now be used to prevent diagnostics to be raised for some part of the code. A noqa can be placed:
- before the first expression to be effective on the whole file
- before a class or a function to be effective on the whole class/function
- at the end of a line to be effective on the current line

Noqas can be written:
@fda-odoo fda-odoo merged commit a32423d into master Apr 4, 2025
1 check passed
@fda-odoo fda-odoo deleted the master-noqa-fda branch September 16, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant