We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8893b11 + 8f1de29 commit 188eaf6Copy full SHA for 188eaf6
.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
-# This cop supports safe autocorrection (--autocorrect).
11
-Lint/RedundantCopDisableDirective:
12
- Exclude:
13
- - 'spec/puppet-lint/plugins/check_strict_indent_spec.rb'
14
-
15
# Offense count: 8
16
# Configuration parameters: ForbiddenDelimiters.
17
# ForbiddenDelimiters: (?i-mx:(^|\s)(EO[A-Z]{1}|END)(\s|$))
spec/puppet-lint/plugins/check_strict_indent_spec.rb
@@ -1,7 +1,4 @@
1
require 'spec_helper'
2
-# rubocop:disable Lint/RedundantRequireStatement
3
-require 'pp'
4
-# rubocop:enable Lint/RedundantRequireStatement
5
describe 'strict_indent' do
before do
0 commit comments