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
52c025b8665501e64497c99bf5522dc9cb411bcd
SwiftLint
/
Source
/
SwiftLintFramework
/
Models
T
History
JP Simard
52c025b866
Merge pull request
#950
from marcelofabri/redundant-enum
...
Add RedundantStringEnumValueRule
2016-12-08 14:55:23 -08:00
..
Command.swift
make all enum members lowercase to comply with Swift 3 API Guidelines
2016-12-01 22:16:21 -08:00
Configuration.swift
fix silly typo
2016-12-08 12:13:11 -08:00
ConfigurationError.swift
Migrate to Swift 3.0
2016-10-09 01:09:50 +09:00
Correction.swift
add an integration test to ensure SwiftLint autocorrects successfully
2016-02-08 14:23:36 -08:00
Linter.swift
omit 'self.' references when not ambiguous
2016-12-08 01:25:54 -08:00
Location.swift
make lots of Swift 3 related changes
2016-12-01 00:34:29 -08:00
MasterRuleList.swift
Add RedundantStringEnumValueRule
2016-12-08 18:26:45 -02:00
Region.swift
Migrate to Swift 3.0
2016-10-09 01:09:50 +09:00
RuleDescription.swift
formatting fixes
2016-05-29 14:58:28 -07:00
RuleParameter.swift
Removed ruleParametersFromArray.
2016-01-14 08:53:18 -08:00
StyleViolation.swift
make all enum members lowercase to comply with Swift 3 API Guidelines
2016-12-01 22:16:21 -08:00
ViolationSeverity.swift
make all enum members lowercase to comply with Swift 3 API Guidelines
2016-12-01 22:16:21 -08:00
YamlParser.swift
Update YamlSwift to 3.1.0
2016-11-08 19:29:11 +09:00