Skip to content

Commit 774572a

Browse files
committed
Fix changed CheckDocs call
1 parent 526628e commit 774572a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ RDoc::Task.new do |rdoc|
2727
rdoc.options.push("--copy-files", "LICENSE.txt")
2828
end
2929

30-
RubyLsp::CheckDocs.new(FileList["#{__dir__}/lib/ruby_lsp/ruby_lsp_rails/**/*.rb"])
30+
RubyLsp::CheckDocs.new(
31+
FileList["#{__dir__}/lib/ruby_lsp/ruby_lsp_rails/**/*.rb"],
32+
FileList["#{__dir__}/**/*.gif"],
33+
)
3134

3235
task default: :test

0 commit comments

Comments
 (0)