22# `rubocop --auto-gen-config`
33# on 2025-02-08 19:37:20 UTC using RuboCop version 1.61.0.
44
5- # Offense count: 7
6- # Configuration parameters: EnforcedStyle, AllowedGems, Include.
7- # SupportedStyles: Gemfile, gems.rb, gemspec
8- # Include: **/*.gemspec, **/Gemfile, **/gems.rb
9- Gemspec/DevelopmentDependencies :
10- Exclude :
11- - ' rubyzip-bzip2.gemspec'
12-
135# Offense count: 11
146# This cop supports safe autocorrection (--autocorrect).
157# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment.
@@ -28,7 +20,6 @@ Layout/LeadingCommentSpace:
2820Layout/LineContinuationSpacing :
2921 Exclude :
3022 - ' lib/zip/bzip2/errors.rb'
31- - ' rubyzip-bzip2.gemspec'
3223
3324# Offense count: 3
3425# This cop supports unsafe autocorrection (--autocorrect-all).
@@ -54,12 +45,6 @@ Style/OptionalBooleanParameter:
5445 Exclude :
5546 - ' lib/zip/bzip2/libbz2.rb'
5647
57- # Offense count: 1
58- # This cop supports safe autocorrection (--autocorrect).
59- Style/RedundantConstantBase :
60- Exclude :
61- - ' rubyzip-bzip2.gemspec'
62-
6348# Offense count: 1
6449# This cop supports safe autocorrection (--autocorrect).
6550# Configuration parameters: AllowMultipleReturnValues.
0 commit comments