[Linting] Include reference to .swift-version

parent a37798ef
...@@ -21,7 +21,8 @@ module Pod ...@@ -21,7 +21,8 @@ module Pod
'(defaults to https://github.com/CocoaPods/Specs.git). ' \ '(defaults to https://github.com/CocoaPods/Specs.git). ' \
'Multiple sources must be comma-delimited.'], 'Multiple sources must be comma-delimited.'],
['--private', 'Lint skips checks that apply only to public specs'], ['--private', 'Lint skips checks that apply only to public specs'],
['--swift-version=VERSION', 'The SWIFT_VERSION that should be used to lint the spec'], ['--swift-version=VERSION', 'The SWIFT_VERSION that should be used to lint the spec. ' \
'This takes precedence over a .swift-version file.'],
].concat(super) ].concat(super)
end end
......
...@@ -27,7 +27,8 @@ module Pod ...@@ -27,7 +27,8 @@ module Pod
'(defaults to https://github.com/CocoaPods/Specs.git). ' \ '(defaults to https://github.com/CocoaPods/Specs.git). ' \
'Multiple sources must be comma-delimited.'], 'Multiple sources must be comma-delimited.'],
['--private', 'Lint skips checks that apply only to public specs'], ['--private', 'Lint skips checks that apply only to public specs'],
['--swift-version=VERSION', 'The SWIFT_VERSION that should be used to lint the spec'], ['--swift-version=VERSION', 'The SWIFT_VERSION that should be used to lint the spec. ' \
'This takes precedence over a .swift-version file.'],
].concat(super) ].concat(super)
end end
......
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