[commit: ghc] master: Fix broken .arclint (2866dfb)

git at git.haskell.org git at git.haskell.org
Fri Oct 23 22:51:42 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2866dfbb5a0eae677f57180cf8fbdb1265e195b8/ghc

>---------------------------------------------------------------

commit 2866dfbb5a0eae677f57180cf8fbdb1265e195b8
Author: Bartosz Nitka <niteria at gmail.com>
Date:   Sat Oct 24 00:54:10 2015 +0200

    Fix broken .arclint
    
    Test Plan: the linter works now
    
    Reviewers: ezyang, austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1359


>---------------------------------------------------------------

2866dfbb5a0eae677f57180cf8fbdb1265e195b8
 .arclint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.arclint b/.arclint
index 8df5653..8f83776 100644
--- a/.arclint
+++ b/.arclint
@@ -8,7 +8,7 @@
     },
     "merge-conflict": {
       "type": "merge-conflict",
-      "exclude": "(\\.rst$)",
+      "exclude": "(\\.rst$)"
     },
     "nolint": {
       "type": "nolint"



More information about the ghc-commits mailing list