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:
160
160
Exclude :
161
161
- ' lib/puppet/util/postgresql_validator.rb'
162
162
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
-
177
163
# Offense count: 1
178
164
# This cop supports unsafe autocorrection (--autocorrect-all).
179
165
Style/GlobalStdStream :
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
1
3
# @summary This function exists for usage of a role password that is a deferred function
2
4
Puppet ::Functions . create_function ( :'postgresql::prepend_sql_password' ) do
3
5
# @param password
You can’t perform that action at this time.
0 commit comments