This website requires JavaScript.
Explore
Help
Register
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-05-07 20:12:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
baseline
SwiftLint
/
Source
/
SwiftLintFramework
/
Rules
/
Metrics
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
JP Simard
6c370caa77
Fix indentation
2020-11-09 12:06:45 -05:00
..
ClosureBodyLengthRule.swift
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
2020-08-05 01:11:17 -07:00
ClosureBodyLengthRuleExamples.swift
Skip correcting files with parser diagnostics (
#3349
)
2020-09-17 18:14:00 -04:00
CyclomaticComplexityRule.swift
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
2020-08-05 01:11:17 -07:00
EnumCaseAssociatedValuesLengthRule.swift
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
2020-08-05 01:11:17 -07:00
FileLengthRule.swift
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
2020-08-05 01:11:17 -07:00
FunctionBodyLengthRule.swift
Improve compilation times (
#3404
)
2020-11-07 12:16:25 -08:00
FunctionParameterCountRule.swift
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
2020-08-05 01:11:17 -07:00
LargeTupleRule.swift
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
2020-08-05 01:11:17 -07:00
LineLengthRule.swift
Fix incorrect violation message for line length violations (
#3406
)
2020-11-07 18:01:04 -05:00
NestingRule.swift
Fix indentation
2020-11-09 12:06:45 -05:00
NestingRuleExamples.swift
Separated nesting level counting for types and functions in
nesting
rule (
fixes
#1151
). Enhanced
nesting
rule to search for nested types and functions within closures and statements. Enhanced
nesting
rule to allow for one nested type within a function even if breaking a maximum type level nesting (
fixes
#1151
).
2020-11-09 12:06:34 -05:00
TypeBodyLengthRule.swift
Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase
2020-08-05 01:11:17 -07:00