From df8e238f1d8fe168f64d60b10f2da3cb5bc24445 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Wed, 18 Feb 2015 02:26:32 +0200 Subject: [PATCH] Fix the Rubocop offense LeadingCommentSpace Change-Id: Ib284ca0d8604e521701f43553cc7954493440a7e --- .rubocop_todo.yml | 5 ----- Gemfile | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8c2e9df4a5..904f1424b5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -30,11 +30,6 @@ Style/FileName: Style/HashSyntax: Enabled: false -# Offense count: 2 -# Cop supports --auto-correct. -Style/LeadingCommentSpace: - Enabled: false - # Offense count: 4 # Cop supports --auto-correct. Style/PerlBackrefs: diff --git a/Gemfile b/Gemfile index 1559d0eb79..d3f8506299 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ -#ruby=ruby-2.1.2 -#ruby-gemset=core +# ruby=ruby-2.1.2 +# ruby-gemset=core source "https://rubygems.org" -- 2.20.1