Fix Layout/SpaceAroundOperators cop.
This commit is contained in:
parent
e7275dad93
commit
98c6969c18
|
@ -31,18 +31,6 @@ Layout/HashAlignment:
|
||||||
- 'lib/zip/file.rb'
|
- 'lib/zip/file.rb'
|
||||||
- 'rubyzip.gemspec'
|
- 'rubyzip.gemspec'
|
||||||
|
|
||||||
# Offense count: 5
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator.
|
|
||||||
# SupportedStylesForExponentOperator: space, no_space
|
|
||||||
Layout/SpaceAroundOperators:
|
|
||||||
Exclude:
|
|
||||||
- 'lib/zip/entry.rb'
|
|
||||||
- 'lib/zip/extra_field/zip64.rb'
|
|
||||||
- 'lib/zip/file.rb'
|
|
||||||
- 'lib/zip/filesystem.rb'
|
|
||||||
- 'lib/zip/input_stream.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
Lint/AmbiguousBlockAssociation:
|
Lint/AmbiguousBlockAssociation:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|
Loading…
Reference in New Issue