Skip to content

Commit 01d81a6

Browse files
committed
Fix script cop
1 parent 90f6e80 commit 01d81a6

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.rubocop_todo.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 1
10-
# Cop supports --auto-correct.
11-
Lint/ScriptPermission:
12-
Exclude:
13-
- 'Rakefile'
14-
159
# Offense count: 2
1610
# Cop supports --auto-correct.
1711
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env rake
21
require "bundler/gem_tasks"
32
require "rake/testtask"
43

0 commit comments

Comments
 (0)