Files
SwiftLint/.github/ISSUE_TEMPLATE/bug-report.md
2024-08-03 17:29:46 +02:00

1.1 KiB

name, about
name about
Bug Report Create a report to help us improve.

New Issue Checklist

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 version to be sure)
  • Xcode version (run xcodebuild -version to 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.