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
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?
The text was updated successfully, but these errors were encountered:
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 ofUS.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 havestyle50
spend at mostx
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?The text was updated successfully, but these errors were encountered: