question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Report format: log number of fixable problems

See original GitHub issue

I’m using eslint v3.7.1.

One of my favourite eslint features is the ability to fix a lot of problems automatically. When my team considers adding a new eslint rule, we take into account how many times the rule is broken and whether those new problems can be fixed automatically. So sometimes we want to know how many problems can be automatically fixed without actually running eslint with the --fix option.

The current report ends with something like this:

✖ 103 problems (103 errors, 12 warnings)

It would be great if the number of fixable problems was also included. Maybe like this:

✖ 103 problems (103 errors, 12 warnings).
88 errors, 2 warnings can be fixed by running eslint with the --fix option.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
nzakascommented, Mar 21, 2017

I’d rather not race to get things into 4.0. This has been sitting for a while without any progress, trying to quickly revive it seems like a bad idea, especially when there doesn’t appear to be any implementation decision.

3reactions
albertocommented, Nov 17, 2016

TSC resolution: Issue has been accepted. See meeting notes for details (labelling as breaking for now)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Free Issue Tracking Templates | Smartsheet
Download free, customizable issue tracking templates for simple issues, project issues, project management issues, and more.
Read more >
Fix text-formatted numbers by applying a number format
Format numbers stored as text as numeric values. Numbers that are formatted as text can cause problems with calculations or sorting.
Read more >
What Is an Issue Log? Templates & Tips - ProjectManager
Here are some that can help you create an issue log, track progress and report back to stakeholders to keep them updated. Issue...
Read more >
Issue Management Template - A.cdc.gov
Instructions. ID: A unique ID number used to identify the issue in the issue tracking log. Current Status: This column should be populated...
Read more >
How to Write A Good Bug Report? Tips and Tricks
“The point of writing a problem report (bug report) is to get bugs fixed” ... Bug Number: Always assign a unique number to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found