Commit b3083f10 authored by Marius Rackwitz's avatar Marius Rackwitz

[Style] Freeze all constants

parent 12724f27
...@@ -264,7 +264,7 @@ module Pod ...@@ -264,7 +264,7 @@ module Pod
'CocoaPods.podfile.yaml', 'CocoaPods.podfile.yaml',
'CocoaPods.podfile', 'CocoaPods.podfile',
'Podfile', 'Podfile',
] ].freeze
public public
......
...@@ -132,8 +132,8 @@ module Pod ...@@ -132,8 +132,8 @@ module Pod
end end
end end
IGNORED_KEYS = %w(CODE_SIGN_IDENTITY) IGNORED_KEYS = %w(CODE_SIGN_IDENTITY).freeze
INHERITED_FLAGS = ['$(inherited)', '${inherited}'] INHERITED_FLAGS = ['$(inherited)', '${inherited}'].freeze
# Checks whether the settings of the CocoaPods generated xcconfig are # Checks whether the settings of the CocoaPods generated xcconfig are
# overridden by the build configuration of a target and prints a # overridden by the build configuration of a target and prints a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment