Deprecated `--path` argument to SwiftLint is being retired, which may break fastlane's SwiftLint action
Issue Description
It looks like fastlane's SwiftLint action may rely on the --path argument to SwiftLint.
https://github.com/fastlane/fastlane/blob/806c80c39754034c3dfcdade6beb51bb55c7f3b1/fastlane/spec/actions_specs/swiftlint_spec.rb#L126
If so, a heads up that the --path argument has been deprecated for almost 2 years, and will be removed from SwiftLint most likely in the next release - PR at https://github.com/realm/SwiftLint/pull/5614
swiftlint /some/path is the supported alternative to swiftlint --path /some/path
Homebrew just updated the swiftlint version to 0.56.1 which removes the --path argument. The swiftlint action is breaking now.
This might be fixed in https://github.com/fastlane/fastlane/pull/22124, so I'm waiting for merge.