ruff icon indicating copy to clipboard operation
ruff copied to clipboard

linter: Enable test-rules for test build

Open MichaReiser opened this issue 1 year ago • 1 comments

Summary

ruff_linter__rules__ruff__tests__RUF101_RUF101 started failing because it relies on the test-rules feature to be enabled in ruff_linter.

This PR enables the test-rules when building for tests or when the feature is enabled.

Test Plan

cargo test -p ruff_linter passes

MichaReiser avatar Apr 29 '24 12:04 MichaReiser

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

github-actions[bot] avatar Apr 29 '24 12:04 github-actions[bot]