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
It ends with SIGABRT when stdin does not end in a new line.
Complete output when running SwiftLint, including the stack trace and command used
$ echo -n '// hello'| swiftlint lint --use-stdin --quiet --fix
can't write to path 'nil': file SwiftLintFile+Regex.swift, line 230PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.$ echo $?134
Environment
SwiftLint version (run swiftlint version to be sure)? 0.49.1
Installation method used (Homebrew, CocoaPods, building from source, etc)? built from source
New Issue Checklist
Describe the bug
It ends with SIGABRT when stdin does not end in a new line.
Complete output when running SwiftLint, including the stack trace and command used
Environment
swiftlint version
to be sure)? 0.49.1xcodebuild -version
)? Xcode 14.0The text was updated successfully, but these errors were encountered: