You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use plain NOSONAR syntax accepted by Sonar Python parser
SonarCloud's python:S7632 rejects the NOSONAR(rule_key) parenthesized form
for Python files; the parser only accepts '# NOSONAR <free-text>'. Dropped
the rule-key qualifier on every suppression comment across archive_ops,
ftp/client, _websocket, templates, test_archive_ops, test_cross_backend,
and test_fsspec_bridge. In templates.py, also put NOSONAR on the actual
render call so pythonsecurity:S5496 stops flagging the return expression.
0 commit comments