realm / realm/SwiftLint

`excluded` seems to be ignore in 0.65.0

Open
#6,795 5 comments 1 reaction 0 assignees View on GitHub

@tomotakatakahashi is already working on this.

Since Jul 15, 2026.

  • #6825 by @tomotakatakahashi — open
help
Dominant language
Swift
Stars
19.7k
Forks
2.3k
Avg merge
1d 1h
Merged PRs (30d)
11

Description

New Issue Checklist
Bug Description

In 0.64.1, swiftlint passes.
In 0.65.0, swiftlint reports thousands of violations, all in folders that have been filed under excluded in the swiftlint.yml file

$ swiftlint lint
Environment
  • SwiftLint version: working in 0.64.1, not working in 0.65.0
  • Xcode version: 26.6 (17F113)
  • Installation method used: CocoaPods
  • Configuration file:
excluded:
  - DerivedData
  - Pods

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with SwiftLint 0.65.0 using the shown swiftlint lint command and swiftlint.yml exclusions, then compare the result with 0.64.1. Done means files under DerivedData and Pods are no longer reported as violations when those paths are listed under excluded.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.