This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
SwiftLint
Watch
1
Star
0
Fork
0
mirror of
https://github.com/realm/SwiftLint.git
synced
2026-06-06 20:18:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f2175c190614a83bcddb7e0bd6b4a1dcde893e99
SwiftLint
/
Source
/
SwiftLintCore
/
Protocols
T
History
Danny Mösch
7385beaaf6
Add validation hook to configuration parsing (
#5824
)
2024-10-17 23:13:17 +02: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
Enable
multiline_parameters
rule, and fix all cases (
#5664
)
2024-07-18 01:48:02 +01:00
Reporter.swift
Shift selection of default reporter (
#5499
)
2024-03-17 20:26:15 +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