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
Address remaining SonarCloud + Codacy findings on PR #99
* Re-import Optional in three modules where autoflake stripped it but
the post-refactor signature still needs it (lighthouse_regression,
webauthn_mock, openapi_drift).
* Rewrite test-naming linter to use anchored string operations instead
of overlapping regex segments, clearing the S5852 backtracking hotspot.
* Replace the multi-quantifier viewport-meta regex with a simple meta-tag
scan + attribute parser.
* Update suppression comments on failure_cluster_dbscan noise patterns
to use the correct NOSONAR(python:S5443) syntax.
* Extract _collect_scores / _collect_metrics helpers in
lighthouse_regression.parse_report to bring cognitive complexity
back below 15.
* Move four NOSONAR S5655 comments that landed on the wrong physical
line back inline with the call they suppress.
* Switch test_error in test_graphql_n_plus_1 to use the shared
_SQL_FIXTURE constant (the remaining Bandit B608 site).
1,254 unit tests still pass.
0 commit comments