-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
style50
takes too long while checking certain files (e.g., Cloud9's backup files and files with huge amount of data such as that of a student who made an array out of US.txt
contents and pasted it in one of the source files).
While some of these files we should certainly ignore by default and others have contents that don't make sense, should we also support something like --timeout x
that will basically have style50
spend at most x
seconds on checking a source file, reporting that the file is too big if the check didn't conclude within this time window? Not sure what that would mean for the overall score though. Any thoughts?