We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f6e80 commit 01d81a6Copy full SHA for 01d81a6
2 files changed
.rubocop_todo.yml
@@ -6,12 +6,6 @@
6
# Note that changes in the inspected code, or installation of new
7
# versions of RuboCop, may require this file to be generated again.
8
9
-# Offense count: 1
10
-# Cop supports --auto-correct.
11
-Lint/ScriptPermission:
12
- Exclude:
13
- - 'Rakefile'
14
-
15
# Offense count: 2
16
# Cop supports --auto-correct.
17
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Rakefile
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env rake
2
require "bundler/gem_tasks"
3
require "rake/testtask"
4
0 commit comments