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:
13
13
- ' lib/zip/bzip2/ffi/libbz2.rb'
14
14
- ' lib/zip/bzip2/libbz2.rb'
15
15
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
-
24
16
# Offense count: 9
25
17
# This cop supports safe autocorrection (--autocorrect).
26
18
Style/FileRead :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class DataError < Error
26
26
def initialize ( message = nil ) #:nodoc:
27
27
super (
28
28
message ||
29
- 'Data integrity error detected (mismatch between stored and computed CRCs, ' \
29
+ 'Data integrity error detected (mismatch between stored and computed CRCs, ' \
30
30
'or other anomaly in the compressed data)' ,
31
31
)
32
32
end
You can’t perform that action at this time.
0 commit comments