From @sudheesh001 on February 15, 2016 19:48
the GoReturnsBearTest contains the following which needs to be removed
a = ['import "errors"', '',
'func F() (*MyType, int, error) { return nil, 0, errors.New("foo") }']
b = ['package main', '', 'import "os"', '',
'func main() {', '\tf, _ := os.Open("foo")', '}']
Put the good_files in the same line like the bad_files
(good_file1,
good_file2,),
(bad_file1, bad_file2,))
Also correct GoReturnsBear's run() documentation to show using goreturns instead of using gofmt
difficulty/newcomer
Copied from original issue: coala/coala#1516