mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
1.1 KiB
1.1 KiB
name, about
| name | about |
|---|---|
| Bug Report | Create a report to help us improve. |
New Issue Checklist
- I've Updated SwiftLint to the latest version.
- I've searched for existing GitHub issues.
Bug Description
A clear and concise description of what the bug is. Ideally, provide a small (but compilable) example code snippet that can be used to reproduce the issue.
// This triggers a violation:
let foo = try! bar()
Mention the command or other SwiftLint integration method that caused the issue. Include stack traces or command output.
$ swiftlint lint [--no-cache] [--fix]
Environment
- SwiftLint version (run
swiftlint versionto be sure) - Xcode version (run
xcodebuild -versionto be sure) - Installation method used (Homebrew, CocoaPods, building from source, etc)
- Configuration file:
# insert yaml contents here
Are you using nested configurations? If so, paste their relative paths and respective contents.