Skip to content

Commit 7606efa

Browse files
author
jordanbreen28
committed
(CONT-792) - Layout/LineEndStringConcatenationIndentation
1 parent 44e2ef8 commit 7606efa

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Offense count: 1
2-
# This cop supports safe autocorrection (--autocorrect).
3-
# Configuration parameters: EnforcedStyle, IndentationWidth.
4-
# SupportedStyles: aligned, indented
5-
Layout/LineEndStringConcatenationIndentation:
6-
Exclude:
7-
- 'lib/puppet/functions/postgresql/postgresql_acls_to_resources_hash.rb'
8-
91
# Offense count: 6
102
# This cop supports safe autocorrection (--autocorrect).
113
Layout/SpaceAroundMethodCallOperator:

lib/puppet/functions/postgresql/postgresql_acls_to_resources_hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def default_impl(acls, id, offset)
2727

2828
unless parts.length >= 4
2929
raise(Puppet::ParseError, "postgresql::postgresql_acls_to_resources_hash(): acl line #{index} does not " \
30-
'have enough parts')
30+
'have enough parts')
3131
end
3232

3333
resource = {

0 commit comments

Comments
 (0)