Skip to content

Commit 138cf60

Browse files
authored
Merge pull request #1288 from ydah/fix_a_warning_for_build_config
Fix a warning for "bin/build_config"
2 parents 303c037 + 0c21de3 commit 138cf60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/build_config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ glob = File.join('lib', 'rubocop', 'cop', 'rspec',
1717
# are detected as RuboCop::Cop::Base, and that complicates the detection
1818
# of their relation with RuboCop RSpec.
1919
rspec_cop_path = File.join('lib', 'rubocop', 'cop', 'rspec', 'base.rb')
20+
YARD::Tags::Library.define_tag('Cop Safety Information', :safety)
2021
YARD.parse(Dir[glob].prepend(rspec_cop_path), [])
2122

2223
descriptions = RuboCop::RSpec::DescriptionExtractor.new(YARD::Registry.all).to_h

0 commit comments

Comments
 (0)