bump LOC limit to 550

This commit is contained in:
Jason Creighton
2007-05-10 03:27:31 +00:00
parent 47ae5e4ea5
commit 378aa87173

View File

@@ -8,7 +8,7 @@ main = do foo <- getContents
putStrLn $ show loc
-- uncomment the following to check for mistakes in isntcomment
-- putStr $ unlines $ actual_loc
when (loc > 500) $ fail "Too many lines of code!"
when (loc > 550) $ fail "Too many lines of code!"
isntcomment "" = False
isntcomment ('-':'-':_) = False