Skip to content

Commit 3170daa

Browse files
committedApr 18, 2023
(PUP-11841) Add frozen_string_literal
1 parent 46eddcf commit 3170daa

File tree

997 files changed

+996
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

997 files changed

+996
-6
lines changed
 

‎.rubocop_todo.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1217,12 +1217,6 @@ Style/FormatString:
12171217
Style/FormatStringToken:
12181218
Enabled: false
12191219

1220-
# This cop supports safe auto-correction (--auto-correct).
1221-
# Configuration parameters: EnforcedStyle.
1222-
# SupportedStyles: always, always_true, never
1223-
Style/FrozenStringLiteralComment:
1224-
Enabled: false
1225-
12261220
# This cop supports safe auto-correction (--auto-correct).
12271221
Style/GlobalStdStream:
12281222
Exclude:

‎lib/hiera/puppet_function.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
require 'hiera_puppet'
23

34
# Provides the base class for the puppet functions hiera, hiera_array, hiera_hash, and hiera_include.

0 commit comments

Comments
 (0)
Please sign in to comment.