realm/SwiftLint

`generic_type_name` triggers incorrectly for integer generic parameters

Open

#6 213 ouverte le 30 août 2025

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Swift (2 295 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (19 570 stars)
Métriques de merge PR
 (Merge moyen 16j 3h) (37 PRs mergées en 30 j)

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.

$ swiftlint

Environment

  • SwiftLint version: 0.59.1 (Homebrew)
  • Xcode version: Xcode 26.0 (17A5305f)
  • Configuration file: default configurations

Guide contributeur