You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rule should not trigger when the index is used by destructuring the argument tuple.
Environment
SwiftLint version (run swiftlint version to be sure)? 0.55.0
Installation method used (Homebrew, CocoaPods, building from source, etc)? bazel
Paste your configuration file:
# insert yaml contents here
Are you using nested configurations?
If so, paste their relative paths and respective contents.
No
Which Xcode version are you using (check xcodebuild -version)? 15.2.0
Do you have a sample that shows the issue? Run echo "[string here]" | swiftlint lint --no-cache --use-stdin --enable-all-rules
to quickly test if your example is really demonstrating the issue. If your example is more
complex, you can use swiftlint lint --path [file here] --no-cache --enable-all-rules.
New Issue Checklist
Describe the bug
The rule should not trigger when the index is used by destructuring the argument tuple.
Environment
swiftlint version
to be sure)? 0.55.0# insert yaml contents here
If so, paste their relative paths and respective contents.
No
xcodebuild -version
)? 15.2.0echo "[string here]" | swiftlint lint --no-cache --use-stdin --enable-all-rules
to quickly test if your example is really demonstrating the issue. If your example is more
complex, you can use
swiftlint lint --path [file here] --no-cache --enable-all-rules
.The text was updated successfully, but these errors were encountered: