linter-gcc icon indicating copy to clipboard operation
linter-gcc copied to clipboard

Option to configure the execution time and show if linter is running

Open Costallat opened this issue 8 years ago • 1 comments

Hello, I don't know if this is possible, but would be nice if I could configure the execution timeout, because sometimes with a big file, the "linter" never finish, because execution is stopped in the middle.

Other problem is that I can't know when "linter" is running or not, it would be nice show somewhere that "linter" is running, so I can know when it finished! Today I have to save the file and wait looking to the screen to see if something happens!

Costallat avatar Jul 14 '16 13:07 Costallat

In other linters I've simply put in a toggle that disables the execution timeout, the case it was meant to solve (linters never exiting) is rare enough that this is a safe enough solution to the timeout problem.

The UI issue should be handled in linter, providers have nothing to do with that 😉.

Arcanemagus avatar Jul 14 '16 17:07 Arcanemagus