Skip to content

Commit

Permalink
(CONT-792) - Correct Style/FrozenStringLiteralComment
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Apr 19, 2023
1 parent d13c35f commit c9fd38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,20 +160,6 @@ Style/ClassAndModuleChildren:
Exclude:
- 'lib/puppet/util/postgresql_validator.rb'

# # Offense count: 1
# # This cop supports unsafe autocorrection (--autocorrect-all).
# Style/CommentedKeyword:
# Exclude:
# - 'spec/acceptance/server/reassign_owned_by_spec.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Exclude:
- 'lib/puppet/functions/postgresql/prepend_sql_password.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/GlobalStdStream:
Expand Down
2 changes: 2 additions & 0 deletions lib/puppet/functions/postgresql/prepend_sql_password.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# @summary This function exists for usage of a role password that is a deferred function
Puppet::Functions.create_function(:'postgresql::prepend_sql_password') do
# @param password
Expand Down

0 comments on commit c9fd38d

Please sign in to comment.