-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
Annotations don't appear when eslint is indented. This happens when using tools like https://nx.dev that orchestrate and group script/tasks in large repos.
It seems that Jest's matcher is not affected
Action version:
v4
Platform:
- UbuntumacOSWindowsTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Runner type:
- HostedSelf-hostedTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Tools version:
"engines": {
"node": "22.14.0",
"npm": "10.9.2"
},
Repro steps:
Output this code to console on CI
Problem matched:
/home/runner/work/repo/file.ts
55:5 warning Unexpected 'todo' comment: 'TODO: Add test for this eventuality:...' no-warning-comments
Problem not matched:
/home/runner/work/repo/file.ts
14:1 error 'webext-messenger' should be listed in the project's dependencies. Run 'npm i -S webext-messenger' to add it import/no-extraneous-dependencies
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
mahabaleshwars commentedon Mar 10, 2025
Hi @fregante,
Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates.
priya-kinthali commentedon Mar 13, 2025
Hello @fregante👋,
Thank you for reporting this issue and for submitting the related pull request! To help us investigate and understand the problem better, could you please provide a minimal repository that demonstrates the issue?
Your cooperation is greatly appreciated!
fregante commentedon Mar 13, 2025
Please use the example strings provided in my opening post. Setting up the entire repo just to produce the same output is a bit much.
The exact repro is:
You can find the fix in my PR already: #1245