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
I have just added CR to my project and the project is quite large. For the moment I will have to allow some files to exceed the complexity threshold. Unfortunately the JSON formatter outputs messages after "Warning: Complexity threshold breached!" as text instead of in JSON format which makes it difficult to parse the file as plain JSON - could you add these notifications to the JSON itself?
The text was updated successfully, but these errors were encountered:
How about extending the formatter interface? Two methods - format report and failures - instead of the current one. It would probably be an overkill formatting fatal errors too...
I have just added CR to my project and the project is quite large. For the moment I will have to allow some files to exceed the complexity threshold. Unfortunately the JSON formatter outputs messages after "Warning: Complexity threshold breached!" as text instead of in JSON format which makes it difficult to parse the file as plain JSON - could you add these notifications to the JSON itself?
The text was updated successfully, but these errors were encountered: