-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
stdlib-js/stdlib
#5751Labels
EnhancementTask to enhance existing functionality.Task to enhance existing functionality.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May 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.Task which should take less than 2 hours.❌ No AINot allowed to use AI.Not allowed to use AI.
Description
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.Task to enhance existing functionality.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May 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.Task which should take less than 2 hours.❌ No AINot allowed to use AI.Not allowed to use AI.