You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/09/23 07:52:04 UTC

[jira] [Moved] (YETUS-44) Add support for foodcritic

     [ https://issues.apache.org/jira/browse/YETUS-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey moved HADOOP-12373 to YETUS-44:
-------------------------------------------

    Component/s:     (was: yetus)
                 Test Patch
            Key: YETUS-44  (was: HADOOP-12373)
        Project: Yetus  (was: Hadoop Common)

> Add support for foodcritic
> --------------------------
>
>                 Key: YETUS-44
>                 URL: https://issues.apache.org/jira/browse/YETUS-44
>             Project: Yetus
>          Issue Type: New Feature
>          Components: Test Patch
>            Reporter: Travis Thompson
>
> Foodcritic is the chef "best practices" linter (http://acrmp.github.io/foodcritic/)
> Successful output:
> {noformat}
> ± master ✗  → foodcritic .
> ± master ✗  → echo $?     
> 0
> {noformat}
> Unsuccessful output:
> {noformat}
> ± master ✗  → foodcritic .
> FC048: Prefer Mixlib::ShellOut: ./recipes/server.rb:482
> ± master ✗  → echo $?
> 0
> {noformat}
> Here's what caused the failure:
> {noformat}
> 482 `echo "this is bad practice"`
> {noformat}



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