it 'does not have eslint errros' do
    errors = JSON.parse(result).first['errorCount']
    message = "Reek #{errors} errors, run '#{command}' to show them"

    expect(errors).to eq(0), message