[ ] :large_orange_diamond: - Line 13, Col 39 - Style/Blocks - Avoid using {...} for multi-line blocks.
[ ] :large_orange_diamond: - Line 14, Col 22 - Style/Blocks - Avoid using {...} for multi-line blocks.
lib/polisher/util/conf_helpers.rb
[ ] :large_orange_diamond: - Line 11, Col 18 - Style/ClassCheck - Prefer Object#kind_of? over Object#is_a?.
lib/polisher/util/config.rb
[ ] :redcircle: Warn - Line 20, Col 27 - Lint/UnusedBlockArgument - Unused block argument - target. If it's necessary, use `or_target` as an argument name to indicate that it won't be used.
[ ] :redcircle: Warn - Line 40, Col 24 - Lint/UnusedBlockArgument - Unused block argument - target. If it's necessary, use `or_target` as an argument name to indicate that it won't be used.
[ ] :red_circle: Warn - Line 40, Col 37 - Lint/UnusedBlockArgument - Unused block argument - polisher_class_str. If it's necessary, use _ or _polisher_class_str as an argument name to indicate that it won't be used.
bin/polisher-config.rb
::
for method calls.lib/polisher/util/conf_helpers.rb
Object#kind_of?
overObject#is_a?
.lib/polisher/util/config.rb
target
. If it's necessary, use `or
_target` as an argument name to indicate that it won't be used.target
. If it's necessary, use `or
_target` as an argument name to indicate that it won't be used.polisher_class_str
. If it's necessary, use_
or_polisher_class_str
as an argument name to indicate that it won't be used.