File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
lib/puppet/functions/postgresql Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff 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).
179165Style/GlobalStdStream :
Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+
13# @summary This function exists for usage of a role password that is a deferred function
24Puppet ::Functions . create_function ( :'postgresql::prepend_sql_password' ) do
35 # @param password
You can’t perform that action at this time.
0 commit comments