Skip to content

Commit cf6e896

Browse files
committed
Fix example format warning
1 parent 67cc678 commit cf6e896

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/rubocop/cop/yard/meaningless_tag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module Cop
55
module YARD
6-
# @example
6+
# @example meaningless tag
77
# # bad
88
# # @param [String] foo
99
# # @option bar baz [String]

lib/rubocop/cop/yard/mismatch_name.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module Cop
55
module YARD
6-
# @example
6+
# @example mismatch name
77
# # bad
88
# # @param [void] baz
99
# # @option opt aaa [void]

lib/rubocop/cop/yard/tag_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module Cop
55
module YARD
6-
# @example
6+
# @example tag type
77
# # bad
88
# # @param [Integer String]
99
#

0 commit comments

Comments
 (0)