codeclimate / test-reporter

Code Climate Test Reporter
MIT License
156 stars 76 forks source link

whats the deal with the "before-build" subcommand #337

Closed quinn closed 6 years ago

quinn commented 6 years ago

It's implementation, as far as i can tell, returns nil. But the docs are very insistent on it being a necessary step.

    RunE: func(cmd *cobra.Command, args []string) error {
        return nil
    },

?

maxjacobson commented 6 years ago

Hi @quinn -

Great question. I didn't know until recently: https://github.com/codeclimate/test-reporter/issues/260#issuecomment-369783913

Hope that clears it up for you. Feel free to follow up if not.