From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CAA5FA0507; Wed, 6 Apr 2022 14:48:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BEB1A40689; Wed, 6 Apr 2022 14:48:53 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 15A6D4014F for ; Wed, 6 Apr 2022 14:48:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649249332; x=1680785332; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=KhP3RP9ZmfTMA3DtR1ilpGk06yqBbbGasVFivJOMmOU=; b=QSZvP6XV/XgmC6sUqb32R4Cl/dkoOroiY1rF/TVt8P/ALr35ZzCYu2oo 0KzONKf07lI2/5OPjAjZOMVpqGUXHx0vPYvXl6ai4ti0HEjAPd79fGFa6 g1haIXr+ESo0sAelvNPEAYuwBJdM6VFEl9sD1CUO+KLCA9Hn/2ZLvElEr i3SOLL2hbhFKfaFM1TIJ8twiqM5Vvm3tdtRKtw88w/R7kjjlAyvbHw4b0 qRzZD8gflE+5+Fw34TORTyVZzEqhDSJ6MIUAimIW1idqz9yRbhR3ELvOv ByvTtN4dMTbVhP/1MTLkK0uoPD1JiuWr0GOr+vPCqdeuHJDDVZrwmZTNe Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="261211735" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="261211735" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:48:51 -0700 Message-Id: <722c05$gc2a2h@orsmga007-auth.jf.intel.com> Date: 06 Apr 2022 05:48:49 -0700 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="549529686" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:48:49 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH v1] ci/check_formatting: Added a script to check formatting From: lijuan.tu@intel.com To: dts@dpdk.org,ohilyard@iol.unh.edu Cc: lijuan.tu@intel.com,Owen Hilyard In-Reply-To: <20220331203743.14365-1-ohilyard@iol.unh.edu> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ohilyard@iol.unh.edu Errors-To: dts-bounces@dpdk.org On Thu, 31 Mar 2022 16:37:44 -0400, ohilyard@iol.unh.edu wrote: > From: Owen Hilyard > > The script should be run from the repository root. It will exit with > exit code 0 if everything is properly formatted. It will exit with exit > code 1 if formatting happened. It will also print a git shortstat diff, > which will display all of the incorrectly formatted files. > > Signed-off-by: Owen Hilyard Applied, thanks