From dev-return-3990-archive-asf-public=cust-asf.ponee.io@creadur.apache.org Sat Nov 23 21:08:03 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 6659C180661 for ; Sat, 23 Nov 2019 22:08:03 +0100 (CET) Received: (qmail 55872 invoked by uid 500); 23 Nov 2019 21:08:02 -0000 Mailing-List: contact dev-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list dev@creadur.apache.org Received: (qmail 55856 invoked by uid 99); 23 Nov 2019 21:08: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; Sat, 23 Nov 2019 21:08:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 98B28E30A8 for ; Sat, 23 Nov 2019 21:08:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 43832780552 for ; Sat, 23 Nov 2019 21:08:00 +0000 (UTC) Date: Sat, 23 Nov 2019 21:08:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: dev@creadur.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (RAT-259) Allow configuration of files to be scanned for CLI module MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/RAT-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980878#comment-16980878 ] ASF subversion and git services commented on RAT-259: ----------------------------------------------------- Commit 9392d3d03f4a6fcac790d1e8c07b82596ed3102f in creadur-rat's branch refs/heads/feature/RAT-259 from Hugo Hirsch [ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=9392d3d ] RAT-259: Fix gitignore chaos after import into Eclipse IDE > Allow configuration of files to be scanned for CLI module > --------------------------------------------------------- > > Key: RAT-259 > URL: https://issues.apache.org/jira/browse/RAT-259 > Project: Apache Rat > Issue Type: Improvement > Components: cli > Affects Versions: 0.13 > Reporter: Philipp Ottlinger > Assignee: Philipp Ottlinger > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > After talks at ApacheCon 2019 in Berlin [~higrys][~potiuk] asked for a possibility to specify the files that need to be scanned. > This could be added as a new CLI option that specifies a file to read from. > Each line will contain one file that RAT scans with its default configuration (as the current CLI scan does). > Thus a possible run would be: > {code} > java -jar rat.jar -scan myfiles.txt > {code} > "-scan" will be an exclusive option, thus all other existing > exclusions options will not be allowed, when this option is used. > myfile.txt may contain comments (starting with "#") or empty lines, all else will be treated as files. -- This message was sent by Atlassian Jira (v8.3.4#803005)