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
ad2733391a006fdf82ce90ffe539612813ea8caf
SwiftLint
/
Source
/
SwiftLintFramework
/
Rules
/
Performance
T
History
Marcelo Fabri
ad2733391a
Merge pull request
#2666
from daltonclaybrook/dc-reduce-into-rule
...
Add reduce_into opt-in rule
2019-04-15 14:52:04 -07: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
Fix build error on linux
2019-03-24 16:36:10 -04:00
SortedFirstLastRule.swift
Add some non-triggering examples to SortedFirstLastRule
2019-04-02 10:40:43 +09:00