We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cc678 commit cf6e896Copy full SHA for cf6e896
lib/rubocop/cop/yard/meaningless_tag.rb
@@ -3,7 +3,7 @@
3
module RuboCop
4
module Cop
5
module YARD
6
- # @example
+ # @example meaningless tag
7
# # bad
8
# # @param [String] foo
9
# # @option bar baz [String]
lib/rubocop/cop/yard/mismatch_name.rb
+ # @example mismatch name
# # @param [void] baz
# # @option opt aaa [void]
lib/rubocop/cop/yard/tag_type.rb
+ # @example tag type
# # @param [Integer String]
#
0 commit comments