This website requires JavaScript.
Explore
Help
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-06-06 20:18:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9c22852e5a08a59e948a009ef8fb02e02adf00a
SwiftLint
/
Source
/
SwiftLintCore
/
Protocols
T
History
Martin Redington
e9c22852e5
Ignore
no_magic_numbers
violations if they are in an extension of a test class (
#5146
)
...
Only works in the same file.
2023-08-05 22:07:40 +02:00
..
ASTRule.swift
Move core SwiftLint functionality to new SwiftLintCore module
2023-04-26 21:10:19 -04:00
CacheDescriptionProvider.swift
Move core SwiftLint functionality to new SwiftLintCore module
2023-04-26 21:10:19 -04:00
CollectingRule.swift
Implement defaults right after protocol definition (
#5101
)
2023-07-05 17:06:34 -04:00
Reporter.swift
Rely on pre-defined issues and allow to print them directly to the console (
#5013
)
2023-05-16 20:15:14 +02:00
Rule.swift
Implement defaults right after protocol definition (
#5101
)
2023-07-05 17:06:34 -04:00
RuleConfiguration.swift
Introduce a model for rule configuration description (
#3931
)
2023-07-03 22:47:30 +02:00
SwiftSyntaxCorrectableRule.swift
Add new
unneeded_synthesized_initializer
rule (
#4812
)
2023-06-21 22:15:02 +02:00
SwiftSyntaxRule.swift
Ignore
no_magic_numbers
violations if they are in an extension of a test class (
#5146
)
2023-08-05 22:07:40 +02:00