summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-11-17 22:30:35 -0800
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-11-26 16:51:30 -0800
commitb19845db926632c4be7b1e52fe2aa01d26ac3af3 (patch)
tree1cc3eee96471998fbd98ad7ac3fd55a6f0f6017c /.arclint
parent4897e7056e7b34c42ba5c0b1fa28ea547b8085b3 (diff)
downloadhaskell-b19845db926632c4be7b1e52fe2aa01d26ac3af3.tar.gz
Cabal submodule update: hole support and tests.
Depends on D485 Summary: Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: simonpj, austin Subscribers: thomie, carter Differential Revision: https://phabricator.haskell.org/D487
Diffstat (limited to '.arclint')
-rw-r--r--.arclint2
1 files changed, 1 insertions, 1 deletions
diff --git a/.arclint b/.arclint
index 1310973771..5642c63a92 100644
--- a/.arclint
+++ b/.arclint
@@ -47,7 +47,7 @@
"makefiles": {
"type": "text",
"include": [ "(Makefile$)", "(\\.mk$)" ],
- "text.max-line-length": 200,
+ "text.max-line-length": 400,
"severity": {
"2": "disabled"
}