From owner-svn-doc-all@FreeBSD.ORG Mon Jun 2 00:27:16 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC6F561E; Mon, 2 Jun 2014 00:27:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B13ED224F; Mon, 2 Jun 2014 00:27:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s520RG8b068436; Mon, 2 Jun 2014 00:27:16 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s520RGk4068435; Mon, 2 Jun 2014 00:27:16 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201406020027.s520RGk4068435@svn.freebsd.org> From: Eitan Adler Date: Mon, 2 Jun 2014 00:27:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44992 - head X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 00:27:17 -0000 Author: eadler Date: Mon Jun 2 00:27:16 2014 New Revision: 44992 URL: http://svnweb.freebsd.org/changeset/doc/44992 Log: Add arclint for xml files Added: head/.arclint (contents, props changed) Added: head/.arclint ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/.arclint Mon Jun 2 00:27:16 2014 (r44992) @@ -0,0 +1,8 @@ +{ + "linters": { + "everything": { + "type": "xml", + "include": "(\\.xml$)" + } + } +}