Commit b3083f10 authored by Marius Rackwitz's avatar Marius Rackwitz

[Style] Freeze all constants

parent 12724f27
......@@ -264,7 +264,7 @@ module Pod
'CocoaPods.podfile.yaml',
'CocoaPods.podfile',
'Podfile',
]
].freeze
public
......
......@@ -132,8 +132,8 @@ module Pod
end
end
IGNORED_KEYS = %w(CODE_SIGN_IDENTITY)
INHERITED_FLAGS = ['$(inherited)', '${inherited}']
IGNORED_KEYS = %w(CODE_SIGN_IDENTITY).freeze
INHERITED_FLAGS = ['$(inherited)', '${inherited}'].freeze
# Checks whether the settings of the CocoaPods generated xcconfig are
# 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