[commit: ghc] master: Temporarily disable external-json linters (a14296c)

git at git.haskell.org git at git.haskell.org
Sat Dec 5 08:57:54 UTC 2015


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

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

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

commit a14296c2660521db8ba965065687e45cee4e3401
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Dec 5 09:55:50 2015 +0100

    Temporarily disable external-json linters
    
    This temporarily disables the external json linters
    introduced via
    020375d1e723339a95b86d0d3b8a8214b1cc144a and
    901cab10609dc9795e57163834512373530fc4a5.
    
    The new linters break the differential validation in Harbormaster
    because the submodules are not cloned early enough (i.e. before `arc` is
    called by the script).


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

a14296c2660521db8ba965065687e45cee4e3401
 .arcconfig | 6 +-----
 .arclint   | 9 ---------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/.arcconfig b/.arcconfig
index c886789..b9c3932 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,9 +1,5 @@
 {
   "project.name"        : "ghc",
   "repository.callsign" : "GHC",
-  "phabricator.uri"     : "https://phabricator.haskell.org",
-
-  "load": [
-    ".arc-linters/arcanist-external-json-linter"
-  ]
+  "phabricator.uri"     : "https://phabricator.haskell.org"
 }
diff --git a/.arclint b/.arclint
index ef43856..8f83776 100644
--- a/.arclint
+++ b/.arclint
@@ -52,15 +52,6 @@
       "severity": {
         "2": "disabled"
       }
-    },
-    "check-binaries": {
-      "type": "external-json",
-      "external-json.script": "python .arc-linters/check-binaries.py"
-    },
-    "bad-assert-clang-cpp": {
-      "type": "external-json",
-      "include": ["(\\.(l?hs|x|y\\.pp)(\\.in)?$)"],
-      "external-json.script": "python .arc-linters/check-cpp.py"
     }
   },
 



More information about the ghc-commits mailing list