Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

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

Open
Costallat opened this issue Jul 14, 2016 · 2 comments
Open

Comments

@Costallat
Copy link

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!

@Arcanemagus
Copy link
Member

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
Copy link
Member

FYI, as of Linter v2 there is now an indicator of when the linter is running.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants