Skip to content

Commit 188eaf6

Browse files
authored
Merge pull request #54 from bastelfreak/rubocop
rubocop: Cleanup configuration
2 parents 8893b11 + 8f1de29 commit 188eaf6

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.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-
# This cop supports safe autocorrection (--autocorrect).
11-
Lint/RedundantCopDisableDirective:
12-
Exclude:
13-
- 'spec/puppet-lint/plugins/check_strict_indent_spec.rb'
14-
159
# Offense count: 8
1610
# Configuration parameters: ForbiddenDelimiters.
1711
# ForbiddenDelimiters: (?i-mx:(^|\s)(EO[A-Z]{1}|END)(\s|$))

spec/puppet-lint/plugins/check_strict_indent_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
require 'spec_helper'
2-
# rubocop:disable Lint/RedundantRequireStatement
3-
require 'pp'
4-
# rubocop:enable Lint/RedundantRequireStatement
52

63
describe 'strict_indent' do
74
before do

0 commit comments

Comments
 (0)