SwiftLint icon indicating copy to clipboard operation
SwiftLint copied to clipboard

A tool to enforce Swift style and conventions.

Results 379 SwiftLint issues
Sort by recently updated
recently updated
newest added

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug So we've got a parent config...

enhancement

This allows specifying a git revision or "commit-ish" that is considered stable. If specified, SwifLint will attempt to query the git repository index for files changed since that revision, using...

How I go about using SwiftLint with Xcode Cloud? custom script?

question

I have multiple targets in my project that are separate versions of the same application, and have SwiftLint in a build phase for each of them. However I also have...

question

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) (apologies if I didn't do a good job here) ###...

discussion

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug In the example ```swift @propertyWrapper struct...

bug
good first issue

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug The `prefer_self_in_static_references` is not reporting some...

good first issue
rule-request

I want to exclude from linting every file named "R.generated.swift", but I can't figure out the proper exclude entry for this. Pleas help me!:D ### New Issue Checklist - [x]...

enhancement

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug We have always built SwiftLint from...

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug legacy_objc_type rule triggers on NSNumber in...

discussion