From 42fa36d9cce8da6a930bb83f67af06d520952da4 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sat, 13 Jul 2024 08:49:00 +0000 Subject: [PATCH] Layout/LeadingCommentSpace --- .rubocop_todo.yml | 7 ------- lib/commentable_methods.rb | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0ab3958..30b8283 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,13 +13,6 @@ Gemspec/RequiredRubyVersion: Exclude: - 'acts_as_commentable.gemspec' -# Offense count: 2 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment. -Layout/LeadingCommentSpace: - Exclude: - - 'lib/commentable_methods.rb' - # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). Lint/SendWithMixinArgument: diff --git a/lib/commentable_methods.rb b/lib/commentable_methods.rb index e4b02b2..25cbff7 100644 --- a/lib/commentable_methods.rb +++ b/lib/commentable_methods.rb @@ -2,8 +2,8 @@ # ActsAsCommentable module Juixe - module Acts #:nodoc: - module Commentable #:nodoc: + module Acts # :nodoc: + module Commentable # :nodoc: def self.included(base) base.extend ClassMethods end