|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2025-02-08 19:37:20 UTC using RuboCop version 1.61.0. |
| 4 | + |
| 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 | + |
| 13 | +# Offense count: 11 |
| 14 | +# This cop supports safe autocorrection (--autocorrect). |
| 15 | +# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment. |
| 16 | +Layout/LeadingCommentSpace: |
| 17 | + Exclude: |
| 18 | + - 'lib/zip/bzip2/decompress.rb' |
| 19 | + - 'lib/zip/bzip2/decompressor.rb' |
| 20 | + - 'lib/zip/bzip2/errors.rb' |
| 21 | + - 'lib/zip/bzip2/ffi/libbz2.rb' |
| 22 | + - 'lib/zip/bzip2/libbz2.rb' |
| 23 | + |
| 24 | +# Offense count: 2 |
| 25 | +# This cop supports safe autocorrection (--autocorrect). |
| 26 | +# Configuration parameters: EnforcedStyle. |
| 27 | +# SupportedStyles: space, no_space |
| 28 | +Layout/LineContinuationSpacing: |
| 29 | + Exclude: |
| 30 | + - 'lib/zip/bzip2/errors.rb' |
| 31 | + - 'rubyzip-bzip2.gemspec' |
| 32 | + |
| 33 | +# Offense count: 3 |
| 34 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 35 | +Performance/UnfreezeString: |
| 36 | + Exclude: |
| 37 | + - 'lib/zip/bzip2/decompress.rb' |
| 38 | + - 'lib/zip/bzip2/decompressor.rb' |
| 39 | + |
| 40 | +# Offense count: 9 |
| 41 | +# This cop supports safe autocorrection (--autocorrect). |
| 42 | +Style/FileRead: |
| 43 | + Exclude: |
| 44 | + - 'test/integration/zip_file_bzip2_support_test.rb' |
| 45 | + - 'test/integration/zip_input_stream_bzip2_support_test.rb' |
| 46 | + - 'test/models/zip/bzip2/decompress_test.rb' |
| 47 | + - 'test/models/zip/bzip2/decompressor_test.rb' |
| 48 | + - 'test/models/zip/bzip2/libbz2_test.rb' |
| 49 | + |
| 50 | +# Offense count: 1 |
| 51 | +# Configuration parameters: AllowedMethods. |
| 52 | +# AllowedMethods: respond_to_missing? |
| 53 | +Style/OptionalBooleanParameter: |
| 54 | + Exclude: |
| 55 | + - 'lib/zip/bzip2/libbz2.rb' |
| 56 | + |
| 57 | +# Offense count: 1 |
| 58 | +# This cop supports safe autocorrection (--autocorrect). |
| 59 | +Style/RedundantConstantBase: |
| 60 | + Exclude: |
| 61 | + - 'rubyzip-bzip2.gemspec' |
| 62 | + |
| 63 | +# Offense count: 1 |
| 64 | +# This cop supports safe autocorrection (--autocorrect). |
| 65 | +# Configuration parameters: AllowMultipleReturnValues. |
| 66 | +Style/RedundantReturn: |
| 67 | + Exclude: |
| 68 | + - 'lib/zip/bzip2/decompressor.rb' |
0 commit comments