Skip to content

Commit

Permalink
standardrb --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav committed Dec 16, 2024
1 parent 69f9ab6 commit 18e5d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'yard'
RSpec::Core::RakeTask.new(:spec)

YARD::Rake::YardocTask.new do |t|
t.files = ['lib/**/*.rb']
t.files = ['lib/**/*.rb']
t.options = ['--any-option']
t.stats_options = ['--list-undoc']
end
Expand Down

0 comments on commit 18e5d35

Please sign in to comment.