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
6cf862c655c1adbdcd062eb8a707a1ee0ee2f449
SwiftLint
/
Source
/
SwiftLintCore
/
Protocols
T
History
Danny Mösch
f045130e3e
Remove unused protocol
CollectingCorrectableRule
(
#5951
)
2025-01-13 09:43:17 +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 unused protocol
CollectingCorrectableRule
(
#5951
)
2025-01-13 09:43:17 +01:00
Rule.swift
Fix
superfluous_disable_command
for
custom_rules
(
#5670
)
2024-09-07 23:15:21 +02:00
RuleConfiguration.swift
Add validation hook to configuration parsing (
#5824
)
2024-10-17 23:13:17 +02:00
SwiftSyntaxCorrectableRule.swift
Check at the violation position if a correction can be applied (
#5682
)
2024-07-20 23:22:54 +02: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