You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to see the errors that are most important first, so I want the information in the progression chart and doughnut chart, as well as the information in the problems tab to reflect that.
Solution
We can try to solve this problem by using the severity formula outlined in the readMe. The object in the JSON library includes severity score, so that data needs to be pulled and compiled through some logic to output the results in a helpful way to the user.
Additional information
The JSON Library, called Summary_Library is created when you lint a file, using the command Lint Active File. Within that folder is a summary of the errors and warnings from each individual file. The details of the error shows the severity score of each error.
👨👧👦 Contributing
🙋♂️ Yes, I'd love to make a PR to implement this feature!
The text was updated successfully, but these errors were encountered:
Problem
As a user, I want to be able to see the errors that are most important first, so I want the information in the progression chart and doughnut chart, as well as the information in the problems tab to reflect that.
Solution
We can try to solve this problem by using the severity formula outlined in the readMe. The object in the JSON library includes severity score, so that data needs to be pulled and compiled through some logic to output the results in a helpful way to the user.
Additional information
The JSON Library, called
Summary_Library
is created when you lint a file, using the commandLint Active File
. Within that folder is a summary of the errors and warnings from each individual file. The details of the error shows the severity score of each error.👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: