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
49c288eb3f9b3185fbfbc5bd702c3e3bbdb566ab
SwiftLint
/
Source
/
SwiftLintFramework
/
Rules
/
Performance
T
History
JP Simard
230bedcd05
Bump ReduceIntoRule's minimum Swift version to Swift 4
2019-04-19 17:38:04 -04:00
..
ContainsOverFirstNotNilRule.swift
contains_over_first_not_nil
rule now also checks for
firstIndex(where:)
2019-04-09 10:53:42 -07:00
EmptyCountRule.swift
#2423
- Fix EmptyCountRule for binary, octal and hexadecimal integer literals
2018-10-02 19:47:52 +03:00
EmptyStringRule.swift
Organize rules by kind in Xcode project (
#2341
)
2018-08-05 18:54:05 -07:00
FirstWhereRule.swift
[first_where] Make triggering example valid Swift code
2019-02-14 21:29:49 +01:00
LastWhereRule.swift
Fix false positives on Realm collections
2018-12-25 18:41:53 -08:00
ReduceBooleanRule.swift
Add ReduceBooleanRule (
#2675
)
2019-03-10 10:54:14 -07:00
ReduceIntoRule.swift
Bump ReduceIntoRule's minimum Swift version to Swift 4
2019-04-19 17:38:04 -04:00
SortedFirstLastRule.swift
Add some non-triggering examples to SortedFirstLastRule
2019-04-02 10:40:43 +09:00