File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ Layout/LeadingCommentSpace:
1313 - ' lib/zip/bzip2/ffi/libbz2.rb'
1414 - ' lib/zip/bzip2/libbz2.rb'
1515
16- # Offense count: 2
17- # This cop supports safe autocorrection (--autocorrect).
18- # Configuration parameters: EnforcedStyle.
19- # SupportedStyles: space, no_space
20- Layout/LineContinuationSpacing :
21- Exclude :
22- - ' lib/zip/bzip2/errors.rb'
23-
2416# Offense count: 9
2517# This cop supports safe autocorrection (--autocorrect).
2618Style/FileRead :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class DataError < Error
2626 def initialize ( message = nil ) #:nodoc:
2727 super (
2828 message ||
29- 'Data integrity error detected (mismatch between stored and computed CRCs, ' \
29+ 'Data integrity error detected (mismatch between stored and computed CRCs, ' \
3030 'or other anomaly in the compressed data)' ,
3131 )
3232 end
You can’t perform that action at this time.
0 commit comments