[ 
https://issues.apache.org/jira/browse/SOLR-9509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15494207#comment-15494207
 ] 

Kevin Risden edited comment on SOLR-9509 at 9/15/16 6:48 PM:
-------------------------------------------------------------

Really like this idea since shellcheck seems to catch some interesting things 
and offers good improvements.

I'm attaching the output of the following from lucene-solr:

{code}
find . -name '*.sh' | xargs shellcheck > shellcheck_solr_$(date +"%Y%m%d").txt
{code}


was (Author: risdenk):
Really like this idea since shellcheck seems to catch some interesting things 
and offers good improvements.

I'm attaching the output of the following from lucene-solr:

{code}
find . -name '*.sh' | xargs shellcheck
{code}

> Fix problems in shell scripts reported by "shellcheck"
> ------------------------------------------------------
>
>                 Key: SOLR-9509
>                 URL: https://issues.apache.org/jira/browse/SOLR-9509
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: scripts and tools
>            Reporter: Jan Høydahl
>         Attachments: bin_solr_shellcheck.txt, shellcheck_solr_20160915.txt
>
>
> Running {{shellcheck}} on our shell scripts reveal various improvements we 
> should consider.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to