-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
enhancementIdeas for improvements of existing features and rules.Ideas for improvements of existing features and rules.good first issueIssue to be taken up by new contributors yet unfamiliar with the project.Issue to be taken up by new contributors yet unfamiliar with the project.
Description
Bug Description
SE-0452 introduced integer generic parameters, which are placed alongside other generic parameters, but, in contrast to "normal" (type) generic parameters, are spelled like variables, ie starting with a lowercase identifier.
SwiftLint current;y doesn
// This triggers a violation:
struct Foo<let count: Int> {}Mention the command or other SwiftLint integration method that caused the issue. Include stack traces or command output.
$ swiftlintEnvironment
- SwiftLint version: 0.59.1 (Homebrew)
- Xcode version: Xcode 26.0 (17A5305f)
- Configuration file: default configurations
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementIdeas for improvements of existing features and rules.Ideas for improvements of existing features and rules.good first issueIssue to be taken up by new contributors yet unfamiliar with the project.Issue to be taken up by new contributors yet unfamiliar with the project.