Skip to content

Properly detect comment-only lines#6230

Merged
SimplyDanny merged 1 commit intomainfrom
line-length
Sep 3, 2025
Merged

Properly detect comment-only lines#6230
SimplyDanny merged 1 commit intomainfrom
line-length

Conversation

@SimplyDanny
Copy link
Collaborator

Fixes #6219.

@SwiftLintBot
Copy link

SwiftLintBot commented Sep 3, 2025

18 Messages
📖 Building this branch resulted in a binary size of 26890.18 KiB vs 26872.05 KiB when built on main (0% larger).
📖 Linting Aerial with this PR took 0.82 s vs 0.82 s on main (0% slower).
📖 Linting Alamofire with this PR took 1.01 s vs 1.01 s on main (0% slower).
📖 Linting Brave with this PR took 6.97 s vs 6.96 s on main (0% slower).
📖 Linting DuckDuckGo with this PR took 20.53 s vs 20.53 s on main (0% slower).
📖 Linting Firefox with this PR took 10.53 s vs 10.55 s on main (0% faster).
📖 Linting Kickstarter with this PR took 7.79 s vs 7.76 s on main (0% slower).
📖 Linting Moya with this PR took 0.44 s vs 0.45 s on main (2% faster).
📖 Linting NetNewsWire with this PR took 2.39 s vs 2.39 s on main (0% slower).
📖 Linting Nimble with this PR took 0.64 s vs 0.64 s on main (0% slower).
📖 Linting PocketCasts with this PR took 7.29 s vs 7.27 s on main (0% slower).
📖 Linting Quick with this PR took 0.41 s vs 0.41 s on main (0% slower).
📖 Linting Realm with this PR took 3.49 s vs 3.5 s on main (0% faster).
📖 Linting Sourcery with this PR took 1.86 s vs 1.87 s on main (0% faster).
📖 Linting Swift with this PR took 4.3 s vs 4.28 s on main (0% slower).
📖 Linting VLC with this PR took 1.13 s vs 1.13 s on main (0% slower).
📖 Linting Wire with this PR took 17.13 s vs 17.13 s on main (0% slower).
📖 Linting WordPress with this PR took 11.3 s vs 11.28 s on main (0% slower).

Generated by 🚫 Danger

@SimplyDanny SimplyDanny merged commit b97f63a into main Sep 3, 2025
22 checks passed
@SimplyDanny SimplyDanny deleted the line-length branch September 3, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: line_length reports violations inside /* … */ and /** … */ comments with ignores_comments: true

2 participants