Skip to content

Commit c9fd38d

Browse files
author
jordanbreen28
committed
(CONT-792) - Correct Style/FrozenStringLiteralComment
1 parent d13c35f commit c9fd38d

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,6 @@ Style/ClassAndModuleChildren:
160160
Exclude:
161161
- 'lib/puppet/util/postgresql_validator.rb'
162162

163-
# # Offense count: 1
164-
# # This cop supports unsafe autocorrection (--autocorrect-all).
165-
# Style/CommentedKeyword:
166-
# Exclude:
167-
# - 'spec/acceptance/server/reassign_owned_by_spec.rb'
168-
169-
# Offense count: 1
170-
# This cop supports unsafe autocorrection (--autocorrect-all).
171-
# Configuration parameters: EnforcedStyle.
172-
# SupportedStyles: always, always_true, never
173-
Style/FrozenStringLiteralComment:
174-
Exclude:
175-
- 'lib/puppet/functions/postgresql/prepend_sql_password.rb'
176-
177163
# Offense count: 1
178164
# This cop supports unsafe autocorrection (--autocorrect-all).
179165
Style/GlobalStdStream:

lib/puppet/functions/postgresql/prepend_sql_password.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# @summary This function exists for usage of a role password that is a deferred function
24
Puppet::Functions.create_function(:'postgresql::prepend_sql_password') do
35
# @param password

0 commit comments

Comments
 (0)