Skip to content

Commit caa2c5d

Browse files
committed
ci(rubocop): Fix Rake/Desc
1 parent c29f2b0 commit caa2c5d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@
99
# Offense count: 19
1010
Minitest/MultipleAssertions:
1111
Max: 12
12-
13-
# Offense count: 1
14-
# This cop supports safe autocorrection (--autocorrect).
15-
Rake/Desc:
16-
Exclude:
17-
- 'Rakefile'

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ end
3030
CLOBBER.include "yardoc"
3131

3232

33+
desc "Run all benchmarks in the benchmarks directory"
3334
task :benchmarks do
3435
Dir["benchmarks/bm_*.rb"].each do |file|
3536
sh "ruby #{file}"

0 commit comments

Comments
 (0)