Skip to content

[RFC]: Improve JS lint issue content to include only failing cases #45

Open
stdlib-js/stdlib
#5751
@Planeshifter

Description

@Planeshifter

This issue proposes to rework the GitHub actions job that creates JS lint issues to only include the failing test cases and not extra information such as "Linting file: ..."

Could either use regular expression stripping of non-relevant text or generate structured ESLint output (see available formatters) and extract it from there. This is complicated by fact that we want to extract only the errors and not display any warnings.

We could probably use the eslint-formatter-unix for this, too.

Example issue: stdlib-js/stdlib#5454

Time with AI: 1h
Time without AI: 2h

Metadata

Metadata

Assignees

Labels

EnhancementTask to enhance existing functionality.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.estimate: <2hrsTask which should take less than 2 hours.❌ No AINot allowed to use AI.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions