Skip to content

Commit 1b3c1ad

Browse files
committed
fix(coderabbit): align CI workflow path instructions with actual implementation
1 parent b5524c1 commit 1b3c1ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.coderabbit.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ reviews:
113113
- path: ".github/workflows/*.yml"
114114
instructions: |
115115
- Verify uv is set up via astral-sh/setup-uv with a pinned version
116-
- Check that dependencies are installed via uv pip install -e . --group dev
117-
- Ensure pytest runs once with combined -v and --cov flags
116+
- Check that dependencies are installed via uv pip install --group dev
117+
- Ensure pytest runs with -v for verbosity and --cov for coverage reporting
118118
- Validate coverage report upload step is present
119119
120120
path_filters:
@@ -260,11 +260,12 @@ reviews:
260260
enabled: true
261261
timeout_ms: 120000
262262

263-
# Disable irrelevant tools for this Python project
263+
# Prefer ruff over legacy Python linters (flake8, pylint)
264264
flake8:
265265
enabled: false
266266
pylint:
267267
enabled: false
268+
# Disable tools for other languages/platforms
268269
shellcheck:
269270
enabled: false
270271
biome:

0 commit comments

Comments
 (0)