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
For warn-plugin we calculate and store count of matched, expected and other warnings. Based on this data we can calculate various scores and use them in save-cloud.
For fix-plugin a possible idea for a metric is number of lines in the diff between expected file and actually fixed file.
For fix-and-warn-plugin we'll need a way to combine those metrics.
Maybe, a separate data class could be introduced for all these counts.
The text was updated successfully, but these errors were encountered:
For
warn-plugin
we calculate and store count of matched, expected and other warnings. Based on this data we can calculate various scores and use them in save-cloud.For
fix-plugin
a possible idea for a metric is number of lines in the diff between expected file and actually fixed file.For
fix-and-warn-plugin
we'll need a way to combine those metrics.Maybe, a separate data class could be introduced for all these counts.
The text was updated successfully, but these errors were encountered: