Crash when using // swiftlint:disable superfluous_disable_command and let_var_whitespace #1812
Closed
2 tasks done
Labels
bug
Unexpected and reproducible misbehavior.
New Issue Checklist
Bug Report
Complete output when running SwiftLint, including the stack trace and command used
Environment
SwiftLint version (run
swiftlint version
to be sure)? 0.22.0Installation method used (Homebrew, CocoaPods, building from source, etc)? Homebrew
Paste your configuration file: SwiftLint's one
Are you using nested configurations?
If so, paste their relative paths and respective contents.
No
Which Xcode version are you using (check
xcode-select -p
)?8.3.3
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
.The text was updated successfully, but these errors were encountered: