From hdfs-issues-return-262606-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri May 10 07:55:10 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E013218061A for ; Fri, 10 May 2019 09:55:09 +0200 (CEST) Received: (qmail 99069 invoked by uid 500); 10 May 2019 07:55:02 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 98875 invoked by uid 99); 10 May 2019 07:55:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2019 07:55:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7DC62E20CD for ; Fri, 10 May 2019 07:55:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 704032581D for ; Fri, 10 May 2019 07:55:00 +0000 (UTC) Date: Fri, 10 May 2019 07:55:00 +0000 (UTC) From: "Elek, Marton (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDDS-1515) CLONE - Create ozone dev-support script to check hadolint violiations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Elek, Marton created HDDS-1515: ---------------------------------- Summary: CLONE - Create ozone dev-support script to check hadolint violiations Key: HDDS-1515 URL: https://issues.apache.org/jira/browse/HDDS-1515 Project: Hadoop Distributed Data Store Issue Type: Improvement Reporter: Elek, Marton hadoop-ozone/dev-support/checks/ directory contains helper scripts to execute different code quality checks locally. They are different from yetus as they can be executed in an easy way and they check _ALL_ the violation of the current code base. We need to create a new script to check the shellcheck errors in the hadoop-ozone and hadoop-hdds projects. The contracts of the check scripts: # Exit code should define the result (0: passed, <>0 failed) # Violation should be printed out to the stdout We can assume that the shellcheck is part of the development environment. For jenkins we can put it to the image of the dev builds. As the check introduce zero-tolerance for the shellcheck violation the biggest issue here is to eliminate all of the existing issues. Thanks to [~eyang] for reporting that it's still missing. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org