Skip to content

Commit 44e2ef8

Browse files
author
jordanbreen28
committed
(CONT-792) - Layout/HeredocIndentation
1 parent 33a3634 commit 44e2ef8

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Offense count: 1
2-
# This cop supports safe autocorrection (--autocorrect).
3-
Layout/HeredocIndentation:
4-
Exclude:
5-
- 'lib/puppet/type/postgresql_replication_slot.rb'
6-
71
# Offense count: 1
82
# This cop supports safe autocorrection (--autocorrect).
93
# Configuration parameters: EnforcedStyle, IndentationWidth.

lib/puppet/type/postgresql_replication_slot.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# frozen_string_literal: true
22

33
Puppet::Type.newtype(:postgresql_replication_slot) do
4-
@doc = <<-EOS
5-
@summary Manages Postgresql replication slots.
4+
@doc = <<~EOS
5+
@summary Manages Postgresql replication slots.
66
7-
This type allows to create and destroy replication slots
8-
to register warm standby replication on a Postgresql
9-
primary server.
7+
This type allows to create and destroy replication slots
8+
to register warm standby replication on a Postgresql
9+
primary server.
1010
EOS
1111

1212
ensurable

0 commit comments

Comments
 (0)