mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -07:00
bump LOC limit to 550
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user