This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub
/
SwiftLint
Watch
1
Star
0
Fork
0
You've already forked SwiftLint
mirror of
https://github.com/realm/SwiftLint.git
synced
2026-05-07 20:12:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
29a71dd50dd71c57ecfc795d318d5ec54722b29b
SwiftLint
/
Source
/
SwiftLintCore
/
Protocols
T
History
Danny Mösch
987f3603ae
Use start position of closure to check if rule is disabled (
#6458
)
2026-01-23 20:52:05 +01:00
..
ASTRule.swift
Enable
implicit_return
and fix all violations (
#5658
)
2024-07-10 12:15:19 +01:00
CacheDescriptionProvider.swift
Move core SwiftLint functionality to new SwiftLintCore module
2023-04-26 21:10:19 -04:00
CollectingRule.swift
Remove tracking of correction positions (
#5950
)
2025-04-05 06:04:37 -04:00
Rule.swift
Re-enable
redundant_self
rule (
#6368
)
2025-12-07 08:11:08 -05:00
RuleConfiguration.swift
Enable
unneeded_throws_rethrows
rule (
#6335
)
2025-11-03 20:24:57 +01:00
SwiftSyntaxCorrectableRule.swift
Use start position of closure to check if rule is disabled (
#6458
)
2026-01-23 20:52:05 +01:00
SwiftSyntaxRule.swift
Fail in debug builds if a rule produces corrections while not being correctable (
#5684
)
2024-07-20 19:11:55 +02:00