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
fe6a930bd462b23f85cd2313808a079e8884a0e3
SwiftLint
/
Source
/
SwiftLintFramework
/
Rules
/
Performance
T
History
JP Simard
d6fd754679
Rewrite
contains_over_range_nil_comparison
with SwiftSyntax (
#4225
)
...
Use SwiftOperators.
2022-10-06 01:18:31 -04:00
..
ContainsOverFilterCountRule.swift
Rewrite
contains_over_filter_count
with SwiftSyntax (
#4226
)
2022-10-04 09:14:27 -04:00
ContainsOverFilterIsEmptyRule.swift
Verify examples in rules by default and enforce explicit exclusion (
#4065
)
2022-08-09 22:32:09 +02:00
ContainsOverFirstNotNilRule.swift
Let all example verification tests be generated by Sourcery (
#4076
)
2022-08-10 22:49:28 +02:00
ContainsOverRangeNilComparisonRule.swift
Rewrite
contains_over_range_nil_comparison
with SwiftSyntax (
#4225
)
2022-10-06 01:18:31 -04:00
EmptyCollectionLiteralRule.swift
Use SwiftSyntax's new SwiftParser (
#4216
)
2022-10-01 15:05:36 -04:00
EmptyCountRule.swift
Let all example verification tests be generated by Sourcery (
#4076
)
2022-08-10 22:49:28 +02:00
EmptyStringRule.swift
Use SwiftSyntax's new SwiftParser (
#4216
)
2022-10-01 15:05:36 -04:00
FirstWhereRule.swift
Fix first_where false negative (
#4105
)
2022-08-17 00:06:32 +00:00
FlatMapOverMapReduceRule.swift
Use SwiftSyntax's new SwiftParser (
#4216
)
2022-10-01 15:05:36 -04:00
LastWhereRule.swift
Verify examples in rules by default and enforce explicit exclusion (
#4065
)
2022-08-09 22:32:09 +02:00
ReduceBooleanRule.swift
Verify examples in rules by default and enforce explicit exclusion (
#4065
)
2022-08-09 22:32:09 +02:00
ReduceIntoRule.swift
Verify examples in rules by default and enforce explicit exclusion (
#4065
)
2022-08-09 22:32:09 +02:00
SortedFirstLastRule.swift
Verify examples in rules by default and enforce explicit exclusion (
#4065
)
2022-08-09 22:32:09 +02:00