reviewdog / reviewdog

🐶 Automated code review tool integrated with any code analysis tools regardless of programming language

Home Page:https://medium.com/@haya14busa/reviewdog-a-code-review-dog-who-keeps-your-codebase-healthy-d957c471938b#.8xctbaw5u

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runner stopped when too many error and reviewdog never ending

EchoPouet opened this issue · comments

Hello,

I use cppcheck like linter on a very big project and If I have too many outputs, there are lot of errors, the cppcheck thread is stopped but reviewdog don't stop running.

There is a limit of message that reviewdog can read ? If yes, it can be good to add an option to change this and quit properly if the limit is reached.