From: Amir E. Aharoni Date: Wed, 18 Feb 2015 00:26:32 +0000 (+0200) Subject: Fix the Rubocop offense LeadingCommentSpace X-Git-Tag: 1.31.0-rc.0~12342^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=df8e238f1d8fe168f64d60b10f2da3cb5bc24445;p=lhc%2Fweb%2Fwiklou.git Fix the Rubocop offense LeadingCommentSpace Change-Id: Ib284ca0d8604e521701f43553cc7954493440a7e --- 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"