Skip to content

Commit

Permalink
Layout/LeadingCommentSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jul 13, 2024
1 parent 4186c19 commit 42fa36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions lib/commentable_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42fa36d

Please sign in to comment.